public static enum LexEvsTreeNode.ExpandableStatus extends java.lang.Enum<LexEvsTreeNode.ExpandableStatus>
Enum Constant and Description |
---|
IS_EXPANDABLE
The I s_ expandable.
|
IS_NOT_EXPANDABLE
The I s_ no t_ expandable.
|
UNKNOWN
The UNKNOWN.
|
Modifier and Type | Method and Description |
---|---|
static LexEvsTreeNode.ExpandableStatus |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LexEvsTreeNode.ExpandableStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LexEvsTreeNode.ExpandableStatus IS_EXPANDABLE
public static final LexEvsTreeNode.ExpandableStatus IS_NOT_EXPANDABLE
public static final LexEvsTreeNode.ExpandableStatus UNKNOWN
public static LexEvsTreeNode.ExpandableStatus[] values()
for (LexEvsTreeNode.ExpandableStatus c : LexEvsTreeNode.ExpandableStatus.values()) System.out.println(c);
public static LexEvsTreeNode.ExpandableStatus valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null