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

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

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

Methods in org.exolab.castor.mapping.xml that return ClassMappingAccessType
 ClassMappingAccessType ClassMapping.getAccess()
          Returns the value of field 'access'.
 

Methods in org.exolab.castor.mapping.xml with parameters of type ClassMappingAccessType
 void ClassMapping.setAccess(ClassMappingAccessType access)
          Sets the value of field 'access'.
 

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

Fields in org.exolab.castor.mapping.xml.types declared as ClassMappingAccessType
static ClassMappingAccessType ClassMappingAccessType.DB_LOCKED
          The instance of the db-locked type
static ClassMappingAccessType ClassMappingAccessType.EXCLUSIVE
          The instance of the exclusive type
static ClassMappingAccessType ClassMappingAccessType.READ_ONLY
          The instance of the read-only type
static ClassMappingAccessType ClassMappingAccessType.SHARED
          The instance of the shared type
 

Methods in org.exolab.castor.mapping.xml.types that return ClassMappingAccessType
static ClassMappingAccessType ClassMappingAccessType.valueOf(String string)
          Method valueOf.Returns a new ClassMappingAccessType based on the given String value.
 



Copyright © 2010. All Rights Reserved.