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