public static enum CDField.Flag extends Enum<CDField.Flag> implements INumberEnum<Short>
Enum Constant and Description |
---|
COMPUTED
Field is a computed field
|
EDITABLE
Field is editable, not read only
|
KEYWORDS
Field is a keywords field
|
KEYWORDS_UI_ALLOW_NEW
allow doc editor to add new values
|
KEYWORDS_UI_CHECKBOX
checkbox UI
|
KEYWORDS_UI_RADIOBUTTON
radiobutton UI
|
KEYWORDS_UI_STANDARD
standard UI
|
NAMES
Field contains distinguished names
|
PROTECTED
Field is protected
|
READERS
Field contains document readers
|
READWRITERS
Field contains read/writers
|
REFERENCE
Field name is simply a reference to a shared field note
|
SEAL
seal field
|
SECTION
Field contains a section
|
SIGN
sign field
|
SPARE3
can be assumed to be clear in memory, V3 & later
|
STOREDV
Store DV, even if not spec'ed by user
|
V3FAB
IF CLEAR, CLEAR AS ABOVE
|
Modifier and Type | Method and Description |
---|---|
long |
getLongValue() |
Short |
getValue() |
static CDField.Flag |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CDField.Flag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CDField.Flag READWRITERS
public static final CDField.Flag EDITABLE
public static final CDField.Flag NAMES
public static final CDField.Flag STOREDV
public static final CDField.Flag READERS
public static final CDField.Flag SECTION
public static final CDField.Flag SPARE3
public static final CDField.Flag V3FAB
public static final CDField.Flag COMPUTED
public static final CDField.Flag KEYWORDS
public static final CDField.Flag PROTECTED
public static final CDField.Flag REFERENCE
public static final CDField.Flag SIGN
public static final CDField.Flag SEAL
public static final CDField.Flag KEYWORDS_UI_STANDARD
public static final CDField.Flag KEYWORDS_UI_CHECKBOX
public static final CDField.Flag KEYWORDS_UI_RADIOBUTTON
public static final CDField.Flag KEYWORDS_UI_ALLOW_NEW
public static CDField.Flag[] values()
for (CDField.Flag c : CDField.Flag.values()) System.out.println(c);
public static CDField.Flag 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 long getLongValue()
getLongValue
in interface INumberEnum<Short>
long
public Short getValue()
getValue
in interface INumberEnum<Short>
Copyright © 2019–2021 HCL. All rights reserved.