public enum SelectionLikelihoodInfo extends java.lang.Enum<SelectionLikelihoodInfo>
Enum Constant and Description |
---|
HIGH
high
|
NOT_SPECIFIED
not Specified
|
UNEXPECTED_VALUE
For SelectionLikelihoodInfo values that were not expected from the service
|
Modifier and Type | Method and Description |
---|---|
static SelectionLikelihoodInfo |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SelectionLikelihoodInfo[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SelectionLikelihoodInfo NOT_SPECIFIED
public static final SelectionLikelihoodInfo HIGH
public static final SelectionLikelihoodInfo UNEXPECTED_VALUE
public static SelectionLikelihoodInfo[] values()
for (SelectionLikelihoodInfo c : SelectionLikelihoodInfo.values()) System.out.println(c);
public static SelectionLikelihoodInfo 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 null