public static enum Meta.FieldType extends Enum<Meta.FieldType>
| Enum Constant and Description |
|---|
Char |
Date |
Fixed |
Float |
FloatPoint |
Integer |
Memo |
Time |
| Modifier and Type | Method and Description |
|---|---|
static Meta.FieldType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Meta.FieldType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Meta.FieldType Char
public static final Meta.FieldType Integer
public static final Meta.FieldType Fixed
public static final Meta.FieldType Float
public static final Meta.FieldType Date
public static final Meta.FieldType Time
public static final Meta.FieldType FloatPoint
public static final Meta.FieldType Memo
public static Meta.FieldType[] values()
for (Meta.FieldType c : Meta.FieldType.values()) System.out.println(c);
public static Meta.FieldType 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 null