static enum OpeningHourTest.CheckMode extends java.lang.Enum<OpeningHourTest.CheckMode>
Enum Constant and Description |
---|
BOTH |
POINTS_IN_TIME |
TIME_RANGE |
Modifier and Type | Field and Description |
---|---|
(package private) int |
code |
Modifier and Type | Method and Description |
---|---|
static OpeningHourTest.CheckMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OpeningHourTest.CheckMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OpeningHourTest.CheckMode TIME_RANGE
public static final OpeningHourTest.CheckMode POINTS_IN_TIME
public static final OpeningHourTest.CheckMode BOTH
final int code
public static OpeningHourTest.CheckMode[] values()
for (OpeningHourTest.CheckMode c : OpeningHourTest.CheckMode.values()) System.out.println(c);
public static OpeningHourTest.CheckMode 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