org.exolab.castor.mapping.xml.types

Class SqlDirtyType

Implemented Interfaces:
java.io.Serializable

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

Class SqlDirtyType.
Version:
$Revision: 6075 $ $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
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.

Field Details

CHECK

public static final SqlDirtyType CHECK
The instance of the check type

CHECK_TYPE

public static final int CHECK_TYPE
The check type
Field Value:
0

IGNORE

public static final SqlDirtyType IGNORE
The instance of the ignore type

IGNORE_TYPE

public static final int IGNORE_TYPE
The ignore type
Field Value:
1

Method Details

enumerate

public static java.util.Enumeration enumerate()
Method enumerate Returns an enumeration of all possible instances of SqlDirtyType
Returns:
Enumeration

getType

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

toString

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

valueOf

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

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