|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.exolab.castor.mapping.xml.types.DirtyType
public class DirtyType
Field Summary | |
---|---|
static DirtyType |
CHECK
The instance of the check type |
static int |
CHECK_TYPE
The check type |
static DirtyType |
IGNORE
The instance of the ignore type |
static int |
IGNORE_TYPE
The ignore type |
Method Summary | |
---|---|
int |
getType()
Returns the type of this DirtyType |
java.lang.String |
toString()
Returns the String representation of this DirtyType |
static DirtyType |
valueOf(java.lang.String string)
Returns a new DirtyType 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 DirtyType CHECK
public static final int IGNORE_TYPE
public static final DirtyType IGNORE
Method Detail |
---|
public int getType()
public java.lang.String toString()
toString
in class java.lang.Object
public static DirtyType valueOf(java.lang.String string)
string
-
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |