|
||||||||||
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.schema.impl.TypedElementImpl
public abstract class TypedElementImpl
An implementation of the model object 'Typed Element'.
The following features are implemented:
Method Summary | |
---|---|
UserDefinedType |
basicGetReferencedType()
|
NotificationChain |
basicSetContainedType(SQLDataType newContainedType,
NotificationChain msgs)
|
java.lang.Object |
eGet(int featureID,
boolean resolve,
boolean coreType)
|
NotificationChain |
eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
|
boolean |
eIsSet(int featureID)
|
void |
eSet(int featureID,
java.lang.Object newValue)
|
void |
eUnset(int featureID)
|
SQLDataType |
getContainedType()
|
DataType |
getDataType()
|
UserDefinedType |
getReferencedType()
|
void |
setContainedType(SQLDataType newContainedType)
|
void |
setDataType(DataType newType)
|
void |
setReferencedType(UserDefinedType newReferencedType)
|
Methods inherited from class org.eclipse.datatools.modelbase.sql.schema.impl.SQLObjectImpl |
---|
addEAnnotation, addEAnnotationDetail, eInverseAdd, getComments, getDependencies, getDescription, getEAnnotation, getEAnnotationDetail, getLabel, getPrivileges, removeEAnnotationDetail, setAnnotationDetail, setDescription, setLabel, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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 SQLDataType getContainedType()
getContainedType
in interface TypedElement
TypedElement.setContainedType(SQLDataType)
,
SQLSchemaPackage.getTypedElement_ContainedType()
public NotificationChain basicSetContainedType(SQLDataType newContainedType, NotificationChain msgs)
public void setContainedType(SQLDataType newContainedType)
setContainedType
in interface TypedElement
newContainedType
- the new value of the 'Contained Type' containment reference.TypedElement.getContainedType()
public UserDefinedType getReferencedType()
getReferencedType
in interface TypedElement
TypedElement.setReferencedType(UserDefinedType)
,
SQLSchemaPackage.getTypedElement_ReferencedType()
public UserDefinedType basicGetReferencedType()
public void setReferencedType(UserDefinedType newReferencedType)
setReferencedType
in interface TypedElement
newReferencedType
- the new value of the 'Referenced Type' reference.TypedElement.getReferencedType()
public void setDataType(DataType newType)
setDataType
in interface TypedElement
public DataType getDataType()
getDataType
in interface TypedElement
public NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
eInverseRemove
in class SQLObjectImpl
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 |