|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CheckOption | |
---|---|
org.eclipse.datatools.modelbase.dbdefinition | |
org.eclipse.datatools.modelbase.dbdefinition.impl |
Uses of CheckOption in org.eclipse.datatools.modelbase.dbdefinition |
---|
Fields in org.eclipse.datatools.modelbase.dbdefinition declared as CheckOption | |
---|---|
static CheckOption |
CheckOption.CASCADE_LITERAL
The 'CASCADE' literal object. |
static CheckOption |
CheckOption.LOCAL_LITERAL
The 'LOCAL' literal object. |
static CheckOption |
CheckOption.NONE_LITERAL
The 'NONE' literal object. |
Methods in org.eclipse.datatools.modelbase.dbdefinition that return CheckOption | |
---|---|
static CheckOption |
CheckOption.get(int value)
Returns the 'Check Option' literal with the specified integer value. |
static CheckOption |
CheckOption.get(java.lang.String literal)
Returns the 'Check Option' literal with the specified literal value. |
static CheckOption |
CheckOption.getByName(java.lang.String name)
Returns the 'Check Option' literal with the specified name. |
Uses of CheckOption in org.eclipse.datatools.modelbase.dbdefinition.impl |
---|
Methods in org.eclipse.datatools.modelbase.dbdefinition.impl that return CheckOption | |
---|---|
CheckOption |
DatabaseDefinitionFactoryImpl.createCheckOptionFromString(EDataType eDataType,
java.lang.String initialValue)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |