public class TableAccessModeType extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static TableAccessModeType |
DB_LOCKED
The instance of the db-locked type
|
static int |
DB_LOCKED_TYPE
The db-locked type
|
static TableAccessModeType |
EXCLUSIVE
The instance of the exclusive type
|
static int |
EXCLUSIVE_TYPE
The exclusive type
|
static TableAccessModeType |
READ_ONLY
The instance of the read-only type
|
static int |
READ_ONLY_TYPE
The read-only type
|
static TableAccessModeType |
SHARED
The instance of the shared type
|
static int |
SHARED_TYPE
The shared type
|
Modifier and Type | Method and Description |
---|---|
static Enumeration |
enumerate()
Method enumerate.Returns an enumeration of all possible
instances of TableAccessModeType
|
int |
getType()
Method getType.Returns the type of this TableAccessModeType
|
String |
toString()
Method toString.Returns the String representation of this
TableAccessModeType
|
static TableAccessModeType |
valueOf(String string)
Method valueOf.Returns a new TableAccessModeType based on
the given String value.
|
public static final int READ_ONLY_TYPE
public static final TableAccessModeType READ_ONLY
public static final int SHARED_TYPE
public static final TableAccessModeType SHARED
public static final int EXCLUSIVE_TYPE
public static final TableAccessModeType EXCLUSIVE
public static final int DB_LOCKED_TYPE
public static final TableAccessModeType DB_LOCKED
public static Enumeration enumerate()
public int getType()
public String toString()
public static TableAccessModeType valueOf(String string)
string
- Copyright © 2014. All rights reserved.