public static enum RowState.ExpansionType extends java.lang.Enum<RowState.ExpansionType>
| Modifier and Type | Method and Description |
|---|---|
static RowState.ExpansionType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RowState.ExpansionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RowState.ExpansionType PANEL
public static final RowState.ExpansionType ROW
public static final RowState.ExpansionType NONE
public static RowState.ExpansionType[] values()
for (RowState.ExpansionType c : RowState.ExpansionType.values()) System.out.println(c);
public static RowState.ExpansionType 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 nullCopyright 2014 ICEsoft Technologies Canada Corp., All Rights Reserved.