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