public enum AppItemAssociationTypeField extends Enum<AppItemAssociationTypeField> implements Valuable
| Modifier and Type | Class and Description |
|---|---|
static class |
AppItemAssociationTypeField.AppItemAssociationTypeFieldDeserializer |
static class |
AppItemAssociationTypeField.AppItemAssociationTypeFieldSerializer |
| Enum Constant and Description |
|---|
APP_ITEM_ASSOCIATION |
| Modifier and Type | Method and Description |
|---|---|
String |
getValue() |
static AppItemAssociationTypeField |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AppItemAssociationTypeField[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AppItemAssociationTypeField APP_ITEM_ASSOCIATION
public static AppItemAssociationTypeField[] values()
for (AppItemAssociationTypeField c : AppItemAssociationTypeField.values()) System.out.println(c);
public static AppItemAssociationTypeField 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 null