public enum FieldFlag extends Enum<FieldFlag> implements INumberEnum<Short>
Enum Constant and Description |
---|
COMPUTED |
EDITABLE |
KEYWORDS |
KEYWORDS_UI_ALLOW_NEW |
KEYWORDS_UI_CHECKBOX |
KEYWORDS_UI_RADIOBUTTON |
KEYWORDS_UI_STANDARD |
NAMES |
PROTECTED |
READERS |
READWRITERS |
REFERENCE |
SEAL |
SECTION |
SIGN |
SPARE3 |
STOREDV |
V3FAB |
Modifier and Type | Method and Description |
---|---|
long |
getLongValue() |
Short |
getValue() |
static FieldFlag |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FieldFlag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FieldFlag READWRITERS
public static final FieldFlag EDITABLE
public static final FieldFlag NAMES
public static final FieldFlag STOREDV
public static final FieldFlag READERS
public static final FieldFlag SECTION
public static final FieldFlag SPARE3
public static final FieldFlag V3FAB
public static final FieldFlag COMPUTED
public static final FieldFlag KEYWORDS
public static final FieldFlag PROTECTED
public static final FieldFlag REFERENCE
public static final FieldFlag SIGN
public static final FieldFlag SEAL
public static final FieldFlag KEYWORDS_UI_STANDARD
public static final FieldFlag KEYWORDS_UI_CHECKBOX
public static final FieldFlag KEYWORDS_UI_RADIOBUTTON
public static final FieldFlag KEYWORDS_UI_ALLOW_NEW
public static FieldFlag[] values()
for (FieldFlag c : FieldFlag.values()) System.out.println(c);
public static FieldFlag 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.