org.exolab.castor.mapping.xml.types
public class ClassMappingAccessType extends Object implements Serializable
Version: $Revision: 6075 $ $Date$
| Field Summary | |
|---|---|
| static ClassMappingAccessType | DB_LOCKED
The instance of the db-locked type |
| static int | DB_LOCKED_TYPE
The db-locked type |
| static ClassMappingAccessType | EXCLUSIVE
The instance of the exclusive type |
| static int | EXCLUSIVE_TYPE
The exclusive type |
| static ClassMappingAccessType | READ_ONLY
The instance of the read-only type |
| static int | READ_ONLY_TYPE
The read-only type |
| static ClassMappingAccessType | SHARED
The instance of the shared type |
| static int | SHARED_TYPE
The shared type |
| Method Summary | |
|---|---|
| static Enumeration | enumerate()
Method enumerate
Returns an enumeration of all possible instances of
ClassMappingAccessType
|
| int | getType()
Method getType
Returns the type of this ClassMappingAccessType
|
| String | toString()
Method toString
Returns the String representation of this
ClassMappingAccessType
|
| static ClassMappingAccessType | valueOf(String string)
Method valueOf
Returns a new ClassMappingAccessType based on the given
String value.
|
Returns: Enumeration
Returns: int
Returns: String
Parameters: string
Returns: ClassMappingAccessType