org.exolab.castor.mapping.xml.types
public class AccessType extends Object implements Serializable
Version: $Revision: 1.1.1.1 $ $Date: 2003/03/03 07:08:38 $
Field Summary | |
---|---|
static AccessType | VALUE_0
The instance of the read-only type
|
static int | VALUE_0_TYPE
The read-only type
|
static AccessType | VALUE_1
The instance of the shared type
|
static int | VALUE_1_TYPE
The shared type
|
static AccessType | VALUE_2
The instance of the exclusive type
|
static int | VALUE_2_TYPE
The exclusive type
|
static AccessType | VALUE_3
The instance of the db-locked type
|
static int | VALUE_3_TYPE
The db-locked type
|
Method Summary | |
---|---|
int | getType()
Returns the type of this AccessType
|
String | toString()
Returns the String representation of this AccessType
|
static AccessType | valueOf(String string)
Returns a new AccessType based on the given String value. |
Parameters: string