|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ReferenceType | |
org.eclipse.datatools.modelbase.sql.tables | |
org.eclipse.datatools.modelbase.sql.tables.impl |
Uses of ReferenceType in org.eclipse.datatools.modelbase.sql.tables |
Fields in org.eclipse.datatools.modelbase.sql.tables declared as ReferenceType | |
static ReferenceType |
ReferenceType.SYSTEM_GENERATED_LITERAL
The 'SYSTEM GENERATED' literal object. |
static ReferenceType |
ReferenceType.USER_GENERATED_LITERAL
The 'USER GENERATED' literal object. |
static ReferenceType |
ReferenceType.DERIVED_SELF_REF_LITERAL
The 'DERIVED SELF REF' literal object. |
Methods in org.eclipse.datatools.modelbase.sql.tables that return ReferenceType | |
ReferenceType |
Table.getSelfRefColumnGeneration()
Returns the value of the 'Self Ref Column Generation' attribute. |
static ReferenceType |
ReferenceType.get(java.lang.String literal)
Returns the 'Reference Type' literal with the specified literal value. |
static ReferenceType |
ReferenceType.getByName(java.lang.String name)
Returns the 'Reference Type' literal with the specified name. |
static ReferenceType |
ReferenceType.get(int value)
Returns the 'Reference Type' literal with the specified integer value. |
Methods in org.eclipse.datatools.modelbase.sql.tables with parameters of type ReferenceType | |
void |
Table.setSelfRefColumnGeneration(ReferenceType value)
Sets the value of the ' Self Ref Column Generation ' attribute. |
Uses of ReferenceType in org.eclipse.datatools.modelbase.sql.tables.impl |
Methods in org.eclipse.datatools.modelbase.sql.tables.impl that return ReferenceType | |
ReferenceType |
TableImpl.getSelfRefColumnGeneration()
|
ReferenceType |
SQLTablesFactoryImpl.createReferenceTypeFromString(EDataType eDataType,
java.lang.String initialValue)
|
Methods in org.eclipse.datatools.modelbase.sql.tables.impl with parameters of type ReferenceType | |
void |
TableImpl.setSelfRefColumnGeneration(ReferenceType newSelfRefColumnGeneration)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |