public enum ConditionTimingType extends java.lang.Enum<ConditionTimingType>
| Enum Constant and Description |
|---|
after
After
|
before
Before
|
instead_of
Instead of
|
unknown
Unknown
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
Gets the value.
|
static ConditionTimingType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ConditionTimingType |
valueOfFromValue(java.lang.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(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 ConditionTimingType valueOfFromValue(java.lang.String value)
value - Sort sequence code.public final java.lang.String getValue()
Copyright © 2000-2019 Sualeh Fatehi. All rights reserved.