public static enum Constants.AvatarValueType extends java.lang.Enum<Constants.AvatarValueType>
Enum Constant and Description |
---|
Double |
DoubleArray |
Float |
FloatArray |
String |
UInt64 |
UInt8Array |
Undefine |
Modifier and Type | Field and Description |
---|---|
int |
value |
Modifier and Type | Method and Description |
---|---|
static int |
getValue(Constants.AvatarValueType type) |
void |
setValue(int v) |
static Constants.AvatarValueType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Constants.AvatarValueType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Constants.AvatarValueType Undefine
public static final Constants.AvatarValueType Double
public static final Constants.AvatarValueType DoubleArray
public static final Constants.AvatarValueType Float
public static final Constants.AvatarValueType FloatArray
public static final Constants.AvatarValueType String
public static final Constants.AvatarValueType UInt64
public static final Constants.AvatarValueType UInt8Array
public static Constants.AvatarValueType[] values()
for (Constants.AvatarValueType c : Constants.AvatarValueType.values()) System.out.println(c);
public static Constants.AvatarValueType 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 void setValue(int v)
public static int getValue(Constants.AvatarValueType type)