public static enum MatchOptions.SENSITIVITY extends java.lang.Enum<MatchOptions.SENSITIVITY> implements CASActionOptions.EnumValue
Enum Constant and Description |
---|
S50 |
S55 |
S60 |
S65 |
S70 |
S75 |
S80 |
S85 |
S90 |
S95 |
Modifier and Type | Method and Description |
---|---|
static MatchOptions.SENSITIVITY |
getByValue(java.lang.String value) |
java.lang.String |
getValue() |
static MatchOptions.SENSITIVITY |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MatchOptions.SENSITIVITY[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MatchOptions.SENSITIVITY S50
public static final MatchOptions.SENSITIVITY S55
public static final MatchOptions.SENSITIVITY S60
public static final MatchOptions.SENSITIVITY S65
public static final MatchOptions.SENSITIVITY S70
public static final MatchOptions.SENSITIVITY S75
public static final MatchOptions.SENSITIVITY S80
public static final MatchOptions.SENSITIVITY S85
public static final MatchOptions.SENSITIVITY S90
public static final MatchOptions.SENSITIVITY S95
public static MatchOptions.SENSITIVITY[] values()
for (MatchOptions.SENSITIVITY c : MatchOptions.SENSITIVITY.values()) System.out.println(c);
public static MatchOptions.SENSITIVITY 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 java.lang.String getValue()
getValue
in interface CASActionOptions.EnumValue
public static MatchOptions.SENSITIVITY getByValue(java.lang.String value)