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