public static enum ModelField.FIELD_CLASS_TYPE extends Enum<ModelField.FIELD_CLASS_TYPE>
Enum Constant and Description |
---|
REGULAR_CLASS |
TYPE_DECLARATION_CLASS |
Modifier and Type | Method and Description |
---|---|
static ModelField.FIELD_CLASS_TYPE |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ModelField.FIELD_CLASS_TYPE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ModelField.FIELD_CLASS_TYPE REGULAR_CLASS
public static final ModelField.FIELD_CLASS_TYPE TYPE_DECLARATION_CLASS
public static ModelField.FIELD_CLASS_TYPE[] values()
for (ModelField.FIELD_CLASS_TYPE c : ModelField.FIELD_CLASS_TYPE.values()) System.out.println(c);
public static ModelField.FIELD_CLASS_TYPE 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 © 2001-2015 JBoss by Red Hat. All Rights Reserved.