public enum UserFieldDataType extends Enum<UserFieldDataType>
| Enum Constant and Description |
|---|
FT_END_DATE |
FT_FLOAT_2_DECIMALS |
FT_INT |
FT_MONEY |
FT_START_DATE |
FT_STATICTYPE |
FT_TEXT |
| Modifier and Type | Method and Description |
|---|---|
String |
getDefaultFieldName()
Retrieve the default field name.
|
static UserFieldDataType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UserFieldDataType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UserFieldDataType FT_TEXT
public static final UserFieldDataType FT_START_DATE
public static final UserFieldDataType FT_END_DATE
public static final UserFieldDataType FT_FLOAT_2_DECIMALS
public static final UserFieldDataType FT_INT
public static final UserFieldDataType FT_STATICTYPE
public static final UserFieldDataType FT_MONEY
public static UserFieldDataType[] values()
for (UserFieldDataType c : UserFieldDataType.values()) System.out.println(c);
public static UserFieldDataType 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 getDefaultFieldName()
Copyright © 2013. All Rights Reserved.