public static enum GridRowDescriptor.RowCellMappingType extends java.lang.Enum<GridRowDescriptor.RowCellMappingType>
Enum Constant and Description |
---|
FIELD |
KEY_ELEM |
PANEL_TERM |
Modifier and Type | Method and Description |
---|---|
static GridRowDescriptor.RowCellMappingType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GridRowDescriptor.RowCellMappingType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GridRowDescriptor.RowCellMappingType PANEL_TERM
public static final GridRowDescriptor.RowCellMappingType KEY_ELEM
public static final GridRowDescriptor.RowCellMappingType FIELD
public static GridRowDescriptor.RowCellMappingType[] values()
for (GridRowDescriptor.RowCellMappingType c : GridRowDescriptor.RowCellMappingType.values()) System.out.println(c);
public static GridRowDescriptor.RowCellMappingType 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