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

Packages that use SqlDirtyType
org.exolab.castor.mapping.xml   
org.exolab.castor.mapping.xml.types   
 

Uses of SqlDirtyType in org.exolab.castor.mapping.xml
 

Methods in org.exolab.castor.mapping.xml that return SqlDirtyType
 SqlDirtyType Sql.getDirty()
          Returns the value of field 'dirty'.
 

Methods in org.exolab.castor.mapping.xml with parameters of type SqlDirtyType
 void Sql.setDirty(SqlDirtyType dirty)
          Sets the value of field 'dirty'.
 

Uses of SqlDirtyType in org.exolab.castor.mapping.xml.types
 

Methods in org.exolab.castor.mapping.xml.types that return SqlDirtyType
static SqlDirtyType SqlDirtyType.fromValue(String value)
          Method fromValue.
static SqlDirtyType SqlDirtyType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SqlDirtyType[] SqlDirtyType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 



Copyright © 2013. All Rights Reserved.