public static enum TableField.ColumnType extends Enum<TableField.ColumnType>
| Enum Constant and Description |
|---|
Annotation |
Code |
Description |
HLChildCode |
HLParentCode |
ParentCode |
Undefined |
| Modifier and Type | Method and Description |
|---|---|
static TableField.ColumnType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TableField.ColumnType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TableField.ColumnType Undefined
public static final TableField.ColumnType Code
public static final TableField.ColumnType Description
public static final TableField.ColumnType Annotation
public static final TableField.ColumnType ParentCode
public static final TableField.ColumnType HLChildCode
public static final TableField.ColumnType HLParentCode
public static TableField.ColumnType[] values()
for (TableField.ColumnType c : TableField.ColumnType.values()) System.out.println(c);
public static TableField.ColumnType 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 © 2014. All Rights Reserved.