|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.exolab.castor.mapping.xml.types.ClassMappingAccessType
public class ClassMappingAccessType
Class ClassMappingAccessType.
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 java.util.Enumeration |
enumerate()
Method enumerate Returns an enumeration of all possible instances of ClassMappingAccessType |
int |
getType()
Method getType Returns the type of this ClassMappingAccessType |
java.lang.String |
toString()
Method toString Returns the String representation of this ClassMappingAccessType |
static ClassMappingAccessType |
valueOf(java.lang.String string)
Method valueOf Returns a new ClassMappingAccessType based on the given String value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int READ_ONLY_TYPE
public static final ClassMappingAccessType READ_ONLY
public static final int SHARED_TYPE
public static final ClassMappingAccessType SHARED
public static final int EXCLUSIVE_TYPE
public static final ClassMappingAccessType EXCLUSIVE
public static final int DB_LOCKED_TYPE
public static final ClassMappingAccessType DB_LOCKED
Method Detail |
---|
public static java.util.Enumeration enumerate()
public int getType()
public java.lang.String toString()
toString
in class java.lang.Object
public static ClassMappingAccessType valueOf(java.lang.String string)
string
-
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |