public enum AddonsType extends java.lang.Enum<AddonsType>
Enum Constant and Description |
---|
AutoDiscriminate |
IgnoresAddons |
NotSupport |
Modifier and Type | Method and Description |
---|---|
int |
getValue() |
int |
value() |
static AddonsType |
valueOf(int value) |
static AddonsType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AddonsType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AddonsType IgnoresAddons
public static final AddonsType AutoDiscriminate
public static final AddonsType NotSupport
public static AddonsType[] values()
for (AddonsType c : AddonsType.values()) System.out.println(c);
public static AddonsType 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 int getValue()
public static AddonsType valueOf(int value)
public int value()