public static enum FieldModel.FieldModelType extends Enum<FieldModel.FieldModelType>
Modifier and Type | Method and Description |
---|---|
static FieldModel.FieldModelType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FieldModel.FieldModelType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FieldModel.FieldModelType SYSTEM
public static final FieldModel.FieldModelType CUSTOM
public static FieldModel.FieldModelType[] values()
for (FieldModel.FieldModelType c : FieldModel.FieldModelType.values()) System.out.println(c);
public static FieldModel.FieldModelType 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 © 2002-2018 Atlassian. All Rights Reserved.