Class TableAccessModeType
java.lang.Object
org.exolab.castor.xml.schema.annotations.jdo.types.TableAccessModeType
- All Implemented Interfaces:
Serializable
Class TableAccessModeType.
- Version:
- $Revision$ $Date$
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TableAccessModeTypeThe instance of the db-locked typestatic final intThe db-locked typestatic final TableAccessModeTypeThe instance of the exclusive typestatic final intThe exclusive typestatic final TableAccessModeTypeThe instance of the read-only typestatic final intThe read-only typestatic final TableAccessModeTypeThe instance of the shared typestatic final intThe shared type -
Method Summary
Modifier and TypeMethodDescriptionstatic EnumerationMethod enumerate.Returns an enumeration of all possible instances of TableAccessModeTypeintgetType()Method getType.Returns the type of this TableAccessModeTypetoString()Method toString.Returns the String representation of this TableAccessModeTypestatic TableAccessModeTypeMethod valueOf.Returns a new TableAccessModeType based on the given String value.
-
Field Details
-
READ_ONLY_TYPE
public static final int READ_ONLY_TYPEThe read-only type- See Also:
-
READ_ONLY
The instance of the read-only type -
SHARED_TYPE
public static final int SHARED_TYPEThe shared type- See Also:
-
SHARED
The instance of the shared type -
EXCLUSIVE_TYPE
public static final int EXCLUSIVE_TYPEThe exclusive type- See Also:
-
EXCLUSIVE
The instance of the exclusive type -
DB_LOCKED_TYPE
public static final int DB_LOCKED_TYPEThe db-locked type- See Also:
-
DB_LOCKED
The instance of the db-locked type
-
-
Method Details
-
enumerate
Method enumerate.Returns an enumeration of all possible instances of TableAccessModeType- Returns:
- an Enumeration over all possible instances of TableAccessModeType
-
getType
public int getType()Method getType.Returns the type of this TableAccessModeType- Returns:
- the type of this TableAccessModeType
-
toString
Method toString.Returns the String representation of this TableAccessModeType -
valueOf
Method valueOf.Returns a new TableAccessModeType based on the given String value.- Parameters:
string-- Returns:
- the TableAccessModeType value of parameter 'string'
-