|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UnlinkOption | |
---|---|
org.eclipse.datatools.modelbase.sql.datatypes |
Uses of UnlinkOption in org.eclipse.datatools.modelbase.sql.datatypes |
---|
Fields in org.eclipse.datatools.modelbase.sql.datatypes declared as UnlinkOption | |
---|---|
static UnlinkOption |
UnlinkOption.DELETE_LITERAL
The 'DELETE' literal object. |
static UnlinkOption |
UnlinkOption.NONE_LITERAL
The 'NONE' literal object. |
static UnlinkOption |
UnlinkOption.RESTORE_LITERAL
The 'RESTORE' literal object. |
Methods in org.eclipse.datatools.modelbase.sql.datatypes that return UnlinkOption | |
---|---|
static UnlinkOption |
UnlinkOption.get(int value)
Returns the 'Unlink Option' literal with the specified integer value. |
static UnlinkOption |
UnlinkOption.get(java.lang.String literal)
Returns the 'Unlink Option' literal with the specified literal value. |
static UnlinkOption |
UnlinkOption.getByName(java.lang.String name)
Returns the 'Unlink Option' literal with the specified name. |
UnlinkOption |
DataLinkDataType.getUnlink()
Returns the value of the 'Unlink' attribute. |
Methods in org.eclipse.datatools.modelbase.sql.datatypes with parameters of type UnlinkOption | |
---|---|
void |
DataLinkDataType.setUnlink(UnlinkOption value)
Sets the value of the ' Unlink ' attribute. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |