public enum ScheduleModeType extends java.lang.Enum<ScheduleModeType>
TOSDevicePackage.getScheduleModeType()| Enum Constant and Description |
|---|
EVERY_DAY
The 'EVERY DAY' literal object.
|
WEEKEND
The 'WEEKEND' literal object.
|
WORKING_DAY
The 'WORKING DAY' literal object.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
EVERY_DAY_VALUE
The 'EVERY DAY' literal value.
|
static java.util.List<ScheduleModeType> |
VALUES
A public read-only list of all the 'Schedule Mode Type' enumerators.
|
static int |
WEEKEND_VALUE
The 'WEEKEND' literal value.
|
static int |
WORKING_DAY_VALUE
The 'WORKING DAY' literal value.
|
| Modifier and Type | Method and Description |
|---|---|
static ScheduleModeType |
get(int value)
Returns the 'Schedule Mode Type' literal with the specified integer value.
|
static ScheduleModeType |
get(java.lang.String literal)
Returns the 'Schedule Mode Type' literal with the specified literal value.
|
static ScheduleModeType |
getByName(java.lang.String name)
Returns the 'Schedule Mode Type' literal with the specified name.
|
java.lang.String |
getLiteral() |
java.lang.String |
getName() |
int |
getValue() |
java.lang.String |
toString()
Returns the literal value of the enumerator, which is its string representation.
|
static ScheduleModeType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ScheduleModeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ScheduleModeType EVERY_DAY
EVERY_DAY_VALUEpublic static final ScheduleModeType WEEKEND
WEEKEND_VALUEpublic static final ScheduleModeType WORKING_DAY
WORKING_DAY_VALUEpublic static final int EVERY_DAY_VALUE
EVERY_DAY,
Constant Field Valuespublic static final int WEEKEND_VALUE
WEEKEND,
Constant Field Valuespublic static final int WORKING_DAY_VALUE
WORKING_DAY,
Constant Field Valuespublic static final java.util.List<ScheduleModeType> VALUES
public static ScheduleModeType[] values()
for (ScheduleModeType c : ScheduleModeType.values()) System.out.println(c);
public static ScheduleModeType 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 static ScheduleModeType get(java.lang.String literal)
literal - the literal.null.public static ScheduleModeType getByName(java.lang.String name)
name - the name.null.public static ScheduleModeType get(int value)
value - the integer value.null.public int getValue()
public java.lang.String getName()
public java.lang.String getLiteral()
public java.lang.String toString()
toString in class java.lang.Enum<ScheduleModeType>Data In Motion Consuling GmbH - All rights reserved