public enum CellType extends Enum<CellType>
Enum Constant and Description |
---|
BASE_CELL
if cell is from base alignment
|
CELL_EXPLANATION
cell explanation
|
CELL_NOTES
cell notes
|
ID
Cell identifier
|
PRIORITY
cell priority
|
RELATION_NAME
relation name
|
SOURCE_PROPERTIES
source properties
|
SOURCE_PROPERTIES_NAMESPACE
source properties namespace
|
SOURCE_PROPERTY_CONDITIONS
source property conditions
|
SOURCE_TYPE
source type
|
SOURCE_TYPE_CONDITIONS
source type conditions
|
SOURCE_TYPE_NAMESPACE
source type namespace
|
TARGET_PROPERTIES
target properties
|
TARGET_PROPERTIES_NAMESPACE
target properties namespace
|
TARGET_TYPE
target type
|
TARGET_TYPE_NAMESPACE
target type namespace
|
TRANSFORMATION_AND_DISABLED
transformation mode and disabled for of the cell
|
Modifier and Type | Method and Description |
---|---|
String |
getName() |
static CellType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CellType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CellType ID
public static final CellType SOURCE_TYPE_NAMESPACE
public static final CellType SOURCE_TYPE
public static final CellType SOURCE_TYPE_CONDITIONS
public static final CellType SOURCE_PROPERTIES_NAMESPACE
public static final CellType SOURCE_PROPERTIES
public static final CellType SOURCE_PROPERTY_CONDITIONS
public static final CellType TARGET_TYPE_NAMESPACE
public static final CellType TARGET_TYPE
public static final CellType TARGET_PROPERTIES_NAMESPACE
public static final CellType TARGET_PROPERTIES
public static final CellType RELATION_NAME
public static final CellType PRIORITY
public static final CellType CELL_EXPLANATION
public static final CellType CELL_NOTES
public static final CellType BASE_CELL
public static final CellType TRANSFORMATION_AND_DISABLED
public static CellType[] values()
for (CellType c : CellType.values()) System.out.println(c);
public static CellType 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 String getName()
Build 2013-10-07_11-27-38
Revision 99b27713a799a59a21b0b166eaaea8aaefbf125a