|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CheckType | |
---|---|
org.eclipse.datatools.modelbase.sql.tables |
Uses of CheckType in org.eclipse.datatools.modelbase.sql.tables |
---|
Fields in org.eclipse.datatools.modelbase.sql.tables declared as CheckType | |
---|---|
static CheckType |
CheckType.CASCADED_LITERAL
The 'CASCADED' literal object. |
static CheckType |
CheckType.LOCAL_LITERAL
The 'LOCAL' literal object. |
static CheckType |
CheckType.NONE_LITERAL
The 'NONE' literal object. |
Methods in org.eclipse.datatools.modelbase.sql.tables that return CheckType | |
---|---|
static CheckType |
CheckType.get(int value)
Returns the 'Check Type' literal with the specified integer value. |
static CheckType |
CheckType.get(java.lang.String literal)
Returns the 'Check Type' literal with the specified literal value. |
static CheckType |
CheckType.getByName(java.lang.String name)
Returns the 'Check Type' literal with the specified name. |
CheckType |
ViewTable.getCheckType()
Returns the value of the 'Check Type' attribute. |
Methods in org.eclipse.datatools.modelbase.sql.tables with parameters of type CheckType | |
---|---|
void |
ViewTable.setCheckType(CheckType value)
Sets the value of the ' Check Type ' attribute. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |