|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectENamedElementImpl
org.eclipse.datatools.modelbase.sql.schema.impl.SQLObjectImpl
org.eclipse.datatools.modelbase.sql.datatypes.impl.DataTypeImpl
org.eclipse.datatools.modelbase.sql.datatypes.impl.SQLDataTypeImpl
org.eclipse.datatools.modelbase.sql.datatypes.impl.ConstructedDataTypeImpl
org.eclipse.datatools.modelbase.sql.datatypes.impl.ReferenceDataTypeImpl
An implementation of the model object 'Reference Data Type'.
The following features are implemented:
Method Summary | |
StructuredUserDefinedType |
basicGetReferencedType()
|
Table |
basicGetScopeTable()
|
java.lang.Object |
eGet(int featureID,
boolean resolve,
boolean coreType)
|
boolean |
eIsSet(int featureID)
|
void |
eSet(int featureID,
java.lang.Object newValue)
|
void |
eUnset(int featureID)
|
StructuredUserDefinedType |
getReferencedType()
|
Table |
getScopeTable()
|
void |
setReferencedType(StructuredUserDefinedType newReferencedType)
|
void |
setScopeTable(Table newScopeTable)
|
Methods inherited from class org.eclipse.datatools.modelbase.sql.datatypes.impl.DataTypeImpl |
setContainer |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.eclipse.datatools.modelbase.sql.datatypes.DataType |
setContainer |
Methods inherited from interface org.eclipse.datatools.modelbase.sql.schema.SQLObject |
addEAnnotation, addEAnnotationDetail, getComments, getDependencies, getDescription, getEAnnotation, getEAnnotationDetail, getLabel, getPrivileges, removeEAnnotationDetail, setAnnotationDetail, setDescription, setLabel |
Method Detail |
public Table getScopeTable()
getScopeTable
in interface ReferenceDataType
ReferenceDataType.setScopeTable(Table)
,
SQLDataTypesPackage.getReferenceDataType_ScopeTable()
public Table basicGetScopeTable()
public void setScopeTable(Table newScopeTable)
setScopeTable
in interface ReferenceDataType
newScopeTable
- the new value of the 'Scope Table' reference.ReferenceDataType.getScopeTable()
public StructuredUserDefinedType getReferencedType()
getReferencedType
in interface ReferenceDataType
ReferenceDataType.setReferencedType(StructuredUserDefinedType)
,
SQLDataTypesPackage.getReferenceDataType_ReferencedType()
public StructuredUserDefinedType basicGetReferencedType()
public void setReferencedType(StructuredUserDefinedType newReferencedType)
setReferencedType
in interface ReferenceDataType
newReferencedType
- the new value of the 'Referenced Type' reference.ReferenceDataType.getReferencedType()
public java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)
eGet
in class SQLObjectImpl
public void eSet(int featureID, java.lang.Object newValue)
eSet
in class SQLObjectImpl
public void eUnset(int featureID)
eUnset
in class SQLObjectImpl
public boolean eIsSet(int featureID)
eIsSet
in class SQLObjectImpl
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |