public static enum Item.dataFlag extends java.lang.Enum<Item.dataFlag>
Enum Constant and Description |
---|
adminFields
Admin fields plugin
|
base
Base item information, should always be set
|
billingProps
Item billing/construction properties
|
customFields
Custom fields plugin
|
customProps
Item custom properties
|
guid
Item GUID
|
image
Item image
|
messages
Item messages
|
Modifier and Type | Method and Description |
---|---|
long |
getValue() |
static Item.dataFlag |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Item.dataFlag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Item.dataFlag base
public static final Item.dataFlag customProps
public static final Item.dataFlag billingProps
public static final Item.dataFlag customFields
public static final Item.dataFlag image
public static final Item.dataFlag messages
public static final Item.dataFlag guid
public static final Item.dataFlag adminFields
public static Item.dataFlag[] values()
for (Item.dataFlag c : Item.dataFlag.values()) System.out.println(c);
public static Item.dataFlag 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 nullpublic long getValue()