|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<ConditionTimingType>
schemacrawler.schema.ConditionTimingType
public enum ConditionTimingType
Constraint type.
| Enum Constant Summary | |
|---|---|
after
After |
|
before
Before |
|
instead_of
Instead of |
|
unknown
Unknown |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Enum |
|---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final ConditionTimingType unknown
public static final ConditionTimingType before
public static final ConditionTimingType instead_of
public static final ConditionTimingType after
| Method Detail |
|---|
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 name
NullPointerException - if the argument is nullpublic static ConditionTimingType valueOfFromValue(String value)
value - Sort sequence code.
public final String getValue()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||