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