|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ReadPermissionOption | |
---|---|
org.eclipse.datatools.modelbase.sql.datatypes |
Uses of ReadPermissionOption in org.eclipse.datatools.modelbase.sql.datatypes |
---|
Fields in org.eclipse.datatools.modelbase.sql.datatypes declared as ReadPermissionOption | |
---|---|
static ReadPermissionOption |
ReadPermissionOption.DB_LITERAL
The 'DB' literal object. |
static ReadPermissionOption |
ReadPermissionOption.FS_LITERAL
The 'FS' literal object. |
Methods in org.eclipse.datatools.modelbase.sql.datatypes that return ReadPermissionOption | |
---|---|
static ReadPermissionOption |
ReadPermissionOption.get(int value)
Returns the 'Read Permission Option' literal with the specified integer value. |
static ReadPermissionOption |
ReadPermissionOption.get(java.lang.String literal)
Returns the 'Read Permission Option' literal with the specified literal value. |
static ReadPermissionOption |
ReadPermissionOption.getByName(java.lang.String name)
Returns the 'Read Permission Option' literal with the specified name. |
ReadPermissionOption |
DataLinkDataType.getReadPermission()
Returns the value of the 'Read Permission' attribute. |
Methods in org.eclipse.datatools.modelbase.sql.datatypes with parameters of type ReadPermissionOption | |
---|---|
void |
DataLinkDataType.setReadPermission(ReadPermissionOption value)
Sets the value of the ' Read Permission ' attribute. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |