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