public enum NoteClass extends Enum<NoteClass> implements INumberEnum<Short>
NOTE_CLASS_xxx
values, other than the "mask" ones. (nsfnote.h)Enum Constant and Description |
---|
ACL |
DATA |
DESIGN
This use of "design" refers to the special view containing the list of design notes, not a design note mask
|
DOCUMENT |
FIELD |
FILTER |
FORM |
HELP |
HELP_INDEX |
ICON |
INFO |
PRIVATE |
REPLFORMULA |
VIEW |
Modifier and Type | Method and Description |
---|---|
long |
getLongValue() |
Short |
getValue() |
static NoteClass |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NoteClass[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NoteClass DOCUMENT
public static final NoteClass DATA
public static final NoteClass INFO
public static final NoteClass FORM
public static final NoteClass VIEW
public static final NoteClass ICON
public static final NoteClass DESIGN
public static final NoteClass ACL
public static final NoteClass HELP_INDEX
public static final NoteClass HELP
public static final NoteClass FILTER
public static final NoteClass FIELD
public static final NoteClass REPLFORMULA
public static final NoteClass PRIVATE
public static NoteClass[] values()
for (NoteClass c : NoteClass.values()) System.out.println(c);
public static NoteClass valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic Short getValue()
getValue
in interface INumberEnum<Short>
public long getLongValue()
getLongValue
in interface INumberEnum<Short>
long
Copyright © 2014–2018. All rights reserved.