org.exolab.castor.mapping.xml.types
Class SqlDirtyType

java.lang.Object
  extended by org.exolab.castor.mapping.xml.types.SqlDirtyType
All Implemented Interfaces:
java.io.Serializable

public class SqlDirtyType
extends java.lang.Object
implements java.io.Serializable

Class SqlDirtyType.

Version:
$Revision$ $Date$
See Also:
Serialized Form

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 java.util.Enumeration<? extends java.lang.Object> 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

CHECK_TYPE

public static final int CHECK_TYPE
The check type

See Also:
Constant Field Values

CHECK

public static final SqlDirtyType CHECK
The instance of the check type


IGNORE_TYPE

public static final int IGNORE_TYPE
The ignore type

See Also:
Constant Field Values

IGNORE

public static final SqlDirtyType IGNORE
The instance of the ignore type

Method Detail

enumerate

public static java.util.Enumeration<? extends java.lang.Object> enumerate()
Method enumerate.Returns an enumeration of all possible instances of SqlDirtyType

Returns:
an Enumeration over all possible instances of SqlDirtyType

getType

public int getType()
Method getType.Returns the type of this SqlDirtyType

Returns:
the type of this SqlDirtyType

toString

public java.lang.String toString()
Method toString.Returns the String representation of this SqlDirtyType

Overrides:
toString in class java.lang.Object
Returns:
the String representation of this SqlDirtyType

valueOf

public static SqlDirtyType valueOf(java.lang.String string)
Method valueOf.Returns a new SqlDirtyType based on the given String value.

Parameters:
string -
Returns:
the SqlDirtyType value of parameter 'string'


Intalio Inc. (C) 1999-2008. All rights reserved http://www.intalio.com