public enum SupportedFieldType extends Enum<SupportedFieldType> implements com.google.gwt.user.client.rpc.IsSerializable
| Enum Constant and Description |
|---|
ADDITIONAL_FOREIGN_KEY |
ASSET |
ASSET_URL |
BOOLEAN |
BROADLEAF_ENUMERATION |
DATA_DRIVEN_ENUMERATION |
DATE |
DECIMAL |
EMAIL |
EMPTY_ENUMERATION |
EXPLICIT_ENUMERATION |
FOREIGN_KEY |
HIDDEN |
HTML |
HTML_BASIC |
ID |
INTEGER |
MONEY |
PASSWORD |
STRING |
UNKNOWN |
UPLOAD |
| Modifier and Type | Method and Description |
|---|---|
static SupportedFieldType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SupportedFieldType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SupportedFieldType UNKNOWN
public static final SupportedFieldType ID
public static final SupportedFieldType BOOLEAN
public static final SupportedFieldType DATE
public static final SupportedFieldType INTEGER
public static final SupportedFieldType DECIMAL
public static final SupportedFieldType STRING
public static final SupportedFieldType PASSWORD
public static final SupportedFieldType EMAIL
public static final SupportedFieldType FOREIGN_KEY
public static final SupportedFieldType ADDITIONAL_FOREIGN_KEY
public static final SupportedFieldType MONEY
public static final SupportedFieldType BROADLEAF_ENUMERATION
public static final SupportedFieldType EXPLICIT_ENUMERATION
public static final SupportedFieldType EMPTY_ENUMERATION
public static final SupportedFieldType DATA_DRIVEN_ENUMERATION
public static final SupportedFieldType HTML
public static final SupportedFieldType HTML_BASIC
public static final SupportedFieldType UPLOAD
public static final SupportedFieldType HIDDEN
public static final SupportedFieldType ASSET
public static final SupportedFieldType ASSET_URL
public static SupportedFieldType[] values()
for (SupportedFieldType c : SupportedFieldType.values()) System.out.println(c);
public static SupportedFieldType 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.