public static enum PluginDataField.FieldType extends java.lang.Enum<PluginDataField.FieldType>
| Enum Constant and Description |
|---|
Boolean |
Custom |
Double |
Integer |
List |
Long |
String |
| Modifier and Type | Method and Description |
|---|---|
static PluginDataField.FieldType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PluginDataField.FieldType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PluginDataField.FieldType String
public static final PluginDataField.FieldType Integer
public static final PluginDataField.FieldType Boolean
public static final PluginDataField.FieldType Double
public static final PluginDataField.FieldType Long
public static final PluginDataField.FieldType List
public static final PluginDataField.FieldType Custom
public static PluginDataField.FieldType[] values()
for (PluginDataField.FieldType c : PluginDataField.FieldType.values()) System.out.println(c);
public static PluginDataField.FieldType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null