public class SqlDirtyType
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
static SqlDirtyType |
CHECK
The instance of the check type
|
static int |
CHECK_TYPE
The check type
|
static SqlDirtyType |
IGNORE
The instance of the ignore type
|
static int |
IGNORE_TYPE
The ignore type
|
| Modifier and Type | Method and Description |
|---|---|
static java.util.Enumeration |
enumerate()
Method enumerate
Returns an enumeration of all possible instances of
SqlDirtyType
|
int |
getType()
Method getType
Returns the type of this SqlDirtyType
|
java.lang.String |
toString()
Method toString
Returns the String representation of this SqlDirtyType
|
static SqlDirtyType |
valueOf(java.lang.String string)
Method valueOf
Returns a new SqlDirtyType based on the given String value.
|
public static final int CHECK_TYPE
public static final SqlDirtyType CHECK
public static final int IGNORE_TYPE
public static final SqlDirtyType IGNORE
public static java.util.Enumeration enumerate()
public int getType()
public java.lang.String toString()
toString in class java.lang.Objectpublic static SqlDirtyType valueOf(java.lang.String string)
string - Intalio Inc. (C) 1999-2006. All rights reserved http://www.intalio.com