|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.exolab.castor.mapping.xml.types.SqlDirtyType
public class SqlDirtyType
Class SqlDirtyType.
| Field Summary | |
|---|---|
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 |
| Method Summary | |
|---|---|
static Enumeration<? extends Object> |
enumerate()
Method enumerate.Returns an enumeration of all possible instances of SqlDirtyType |
int |
getType()
Method getType.Returns the type of this SqlDirtyType |
String |
toString()
Method toString.Returns the String representation of this SqlDirtyType |
static SqlDirtyType |
valueOf(String string)
Method valueOf.Returns a new SqlDirtyType based on the given String value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int CHECK_TYPE
public static final SqlDirtyType CHECK
public static final int IGNORE_TYPE
public static final SqlDirtyType IGNORE
| Method Detail |
|---|
public static Enumeration<? extends Object> enumerate()
public int getType()
public String toString()
toString in class Objectpublic static SqlDirtyType valueOf(String string)
string -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||