|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CheckType | |
---|---|
org.eclipse.wst.rdb.internal.models.sql.tables | |
org.eclipse.wst.rdb.internal.models.sql.tables.impl |
Uses of CheckType in org.eclipse.wst.rdb.internal.models.sql.tables |
---|
Fields in org.eclipse.wst.rdb.internal.models.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.wst.rdb.internal.models.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.wst.rdb.internal.models.sql.tables with parameters of type CheckType | |
---|---|
void |
ViewTable.setCheckType(CheckType value)
Sets the value of the ' Check Type ' attribute. |
Uses of CheckType in org.eclipse.wst.rdb.internal.models.sql.tables.impl |
---|
Methods in org.eclipse.wst.rdb.internal.models.sql.tables.impl that return CheckType | |
---|---|
CheckType |
SQLTablesFactoryImpl.createCheckTypeFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue)
|
CheckType |
ViewTableImpl.getCheckType()
|
Methods in org.eclipse.wst.rdb.internal.models.sql.tables.impl with parameters of type CheckType | |
---|---|
void |
ViewTableImpl.setCheckType(CheckType newCheckType)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |