|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ReferenceType | |
---|---|
org.eclipse.datatools.modelbase.sql.tables |
Uses of ReferenceType in org.eclipse.datatools.modelbase.sql.tables |
---|
Fields in org.eclipse.datatools.modelbase.sql.tables declared as ReferenceType | |
---|---|
static ReferenceType |
ReferenceType.DERIVED_SELF_REF_LITERAL
The 'DERIVED SELF REF' literal object. |
static ReferenceType |
ReferenceType.SYSTEM_GENERATED_LITERAL
The 'SYSTEM GENERATED' literal object. |
static ReferenceType |
ReferenceType.USER_GENERATED_LITERAL
The 'USER GENERATED' literal object. |
Methods in org.eclipse.datatools.modelbase.sql.tables that return ReferenceType | |
---|---|
static ReferenceType |
ReferenceType.get(int value)
Returns the 'Reference Type' literal with the specified integer value. |
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. |
ReferenceType |
Table.getSelfRefColumnGeneration()
Returns the value of the 'Self Ref Column Generation' attribute. |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |