Public Member Functions | Static Public Member Functions | Static Public Attributes

org.exolab.castor.mapping.xml.types.DirtyType Class Reference

List of all members.

Public Member Functions

int getType ()
java.lang.String toString ()

Static Public Member Functions

static
org.exolab.castor.mapping.xml.types.DirtyType 
valueOf (java.lang.String string)

Static Public Attributes

static final int CHECK_TYPE = 0
static final DirtyType CHECK = new DirtyType(CHECK_TYPE, "check")
static final int IGNORE_TYPE = 1
static final DirtyType IGNORE = new DirtyType(IGNORE_TYPE, "ignore")

Detailed Description

Version:
Revision:
1.1.1.1
Date:
2003/03/03 07:08:38

Member Function Documentation

int org.exolab.castor.mapping.xml.types.DirtyType.getType (  ) 

Returns the type of this DirtyType

java.lang.String org.exolab.castor.mapping.xml.types.DirtyType.toString (  ) 

Returns the String representation of this DirtyType

static org.exolab.castor.mapping.xml.types.DirtyType org.exolab.castor.mapping.xml.types.DirtyType.valueOf ( java.lang.String  string  )  [static]

Returns a new DirtyType based on the given String value.

Parameters:
string 

Member Data Documentation

The instance of the check type

The check type

The instance of the ignore type

The ignore type


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties