public enum ConditionTimingType extends Enum<ConditionTimingType>
Enum Constant and Description |
---|
after
After
|
before
Before
|
instead_of
Instead of
|
unknown
Unknown
|
Modifier and Type | Method and Description |
---|---|
String |
getValue()
Gets the value.
|
static ConditionTimingType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConditionTimingType |
valueOfFromValue(String value)
Find the enumeration value corresponding to the string.
|
static ConditionTimingType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConditionTimingType unknown
public static final ConditionTimingType before
public static final ConditionTimingType instead_of
public static final ConditionTimingType after
public static ConditionTimingType[] values()
for (ConditionTimingType c : ConditionTimingType.values()) System.out.println(c);
public static ConditionTimingType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static ConditionTimingType valueOfFromValue(String value)
value
- Sort sequence code.public final String getValue()
Copyright © 2000-2021 Sualeh Fatehi. All rights reserved.