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