@Generated(value="StatSource") public enum StatSource extends java.lang.Enum<StatSource>
Enum Constant and Description |
---|
Activations |
NULL_VAL |
Parameters |
Updates |
Modifier and Type | Method and Description |
---|---|
static StatSource |
get(short value) |
short |
value() |
static StatSource |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StatSource[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StatSource Parameters
public static final StatSource Updates
public static final StatSource Activations
public static final StatSource NULL_VAL
public static StatSource[] values()
for (StatSource c : StatSource.values()) System.out.println(c);
public static StatSource 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 short value()
public static StatSource get(short value)