Package | Description |
---|---|
org.exolab.castor.xml.schema.annotations.jdo | |
org.exolab.castor.xml.schema.annotations.jdo.types |
Modifier and Type | Method and Description |
---|---|
TableAccessModeType |
Table.getAccessMode()
Returns the value of field 'accessMode'.
|
Modifier and Type | Method and Description |
---|---|
void |
Table.setAccessMode(TableAccessModeType accessMode)
Sets the value of field 'accessMode'.
|
Modifier and Type | Field and Description |
---|---|
static TableAccessModeType |
TableAccessModeType.DB_LOCKED
The instance of the db-locked type
|
static TableAccessModeType |
TableAccessModeType.EXCLUSIVE
The instance of the exclusive type
|
static TableAccessModeType |
TableAccessModeType.READ_ONLY
The instance of the read-only type
|
static TableAccessModeType |
TableAccessModeType.SHARED
The instance of the shared type
|
Modifier and Type | Method and Description |
---|---|
static TableAccessModeType |
TableAccessModeType.valueOf(String string)
Method valueOf.Returns a new TableAccessModeType based on
the given String value.
|
Copyright © 2018. All rights reserved.