public static enum Field.Kind extends Enum<Field.Kind>
Enum Constant and Description |
---|
COMPUTED |
COMPUTEDFORDISPLAY |
COMPUTEDWHENCOMPOSED |
EDITABLE |
Modifier and Type | Method and Description |
---|---|
static Field.Kind |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Field.Kind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Field.Kind COMPUTED
public static final Field.Kind COMPUTEDFORDISPLAY
public static final Field.Kind COMPUTEDWHENCOMPOSED
public static final Field.Kind EDITABLE
public static Field.Kind[] values()
for (Field.Kind c : Field.Kind.values()) System.out.println(c);
public static Field.Kind 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 nullCopyright © 2019–2021 HCL. All rights reserved.