org.exolab.castor.mapping.xml.types
public class DirtyType extends Object implements Serializable
Version: $Revision: 1.1.1.1 $ $Date: 2003/03/03 07:08:38 $
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
|
String | toString()
Returns the String representation of this DirtyType
|
static DirtyType | valueOf(String string)
Returns a new DirtyType based on the given String value. |
Parameters: string