java.io.Serializable, java.lang.Comparable<SqlDirtyType>public enum SqlDirtyType extends java.lang.Enum<SqlDirtyType>
| Enum Constant | Description |
|---|---|
CHECK |
Constant CHECK
|
IGNORE |
Constant IGNORE
|
| Modifier and Type | Method | Description |
|---|---|---|
static SqlDirtyType |
fromValue(java.lang.String value) |
Method fromValue.
|
void |
setValue(java.lang.String value) |
|
java.lang.String |
toString() |
Method toString.
|
java.lang.String |
value() |
Method value.
|
static SqlDirtyType |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static SqlDirtyType[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SqlDirtyType CHECK
public static final SqlDirtyType IGNORE
public static SqlDirtyType[] values()
for (SqlDirtyType c : SqlDirtyType.values()) System.out.println(c);
public static SqlDirtyType 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 SqlDirtyType fromValue(java.lang.String value)
value - public void setValue(java.lang.String value)
value - public java.lang.String toString()
toString in class java.lang.Enum<SqlDirtyType>public java.lang.String value()
Intalio Inc. (C) 1999-2008. All rights reserved http://www.intalio.com