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 TableAccessModeType
The instance of the db-locked typestatic final int
The db-locked typestatic final TableAccessModeType
The instance of the exclusive typestatic final int
The exclusive typestatic final TableAccessModeType
The instance of the read-only typestatic final int
The read-only typestatic final TableAccessModeType
The instance of the shared typestatic final int
The shared type -
Method Summary
Modifier and TypeMethodDescriptionstatic Enumeration
Method enumerate.Returns an enumeration of all possible instances of TableAccessModeTypeint
getType()
Method getType.Returns the type of this TableAccessModeTypetoString()
Method toString.Returns the String representation of this TableAccessModeTypestatic TableAccessModeType
Method 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'
-