org.eclipse.datatools.modelbase.sql.datatypes.impl
Class ReferenceDataTypeImpl

java.lang.Object
  extended byENamedElementImpl
      extended byorg.eclipse.datatools.modelbase.sql.schema.impl.SQLObjectImpl
          extended byorg.eclipse.datatools.modelbase.sql.datatypes.impl.DataTypeImpl
              extended byorg.eclipse.datatools.modelbase.sql.datatypes.impl.SQLDataTypeImpl
                  extended byorg.eclipse.datatools.modelbase.sql.datatypes.impl.ConstructedDataTypeImpl
                      extended byorg.eclipse.datatools.modelbase.sql.datatypes.impl.ReferenceDataTypeImpl
All Implemented Interfaces:
ConstructedDataType, DataType, ReferenceDataType, SQLDataType, SQLObject

public abstract class ReferenceDataTypeImpl
extends ConstructedDataTypeImpl
implements ReferenceDataType

An implementation of the model object 'Reference Data Type'.

The following features are implemented:

See Also:
Serialized Form

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 org.eclipse.datatools.modelbase.sql.schema.impl.SQLObjectImpl
addEAnnotation, addEAnnotationDetail, createDataObject, createDataObject, createDataObject, createDataObject, createDataObject, delete, eInverseAdd, eInverseRemove, get, get, getBigDecimal, getBigDecimal, getBigInteger, getBigInteger, getBoolean, getBoolean, getByte, getByte, getBytes, getBytes, getChar, getChar, getComments, getContainer, getContainmentProperty, getDataGraph, getDataObject, getDataObject, getDate, getDate, getDependencies, getDescription, getDouble, getDouble, getEAnnotation, getEAnnotationDetail, getFloat, getFloat, getInstanceProperties, getInt, getInt, getLabel, getList, getList, getLong, getLong, getPrivileges, getSequence, getSequence, getShort, getShort, getString, getString, getType, isSet, isSet, removeEAnnotationDetail, set, set, setAnnotationDetail, setBigDecimal, setBigDecimal, setBigInteger, setBigInteger, setBoolean, setBoolean, setByte, setByte, setBytes, setBytes, setChar, setChar, setDataObject, setDataObject, setDate, setDate, setDescription, setDouble, setDouble, setFloat, setFloat, setInt, setInt, setLabel, setList, setList, setLong, setLong, setShort, setShort, setString, setString, toString, unset, unset, writeReplace
 
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

getScopeTable

public Table getScopeTable()

Specified by:
getScopeTable in interface ReferenceDataType
Returns:
the value of the 'Scope Table' reference.
See Also:
ReferenceDataType.setScopeTable(Table), SQLDataTypesPackage.getReferenceDataType_ScopeTable()

basicGetScopeTable

public Table basicGetScopeTable()


setScopeTable

public void setScopeTable(Table newScopeTable)

Specified by:
setScopeTable in interface ReferenceDataType
Parameters:
newScopeTable - the new value of the 'Scope Table' reference.
See Also:
ReferenceDataType.getScopeTable()

getReferencedType

public StructuredUserDefinedType getReferencedType()

Specified by:
getReferencedType in interface ReferenceDataType
Returns:
the value of the 'Referenced Type' reference.
See Also:
ReferenceDataType.setReferencedType(StructuredUserDefinedType), SQLDataTypesPackage.getReferenceDataType_ReferencedType()

basicGetReferencedType

public StructuredUserDefinedType basicGetReferencedType()


setReferencedType

public void setReferencedType(StructuredUserDefinedType newReferencedType)

Specified by:
setReferencedType in interface ReferenceDataType
Parameters:
newReferencedType - the new value of the 'Referenced Type' reference.
See Also:
ReferenceDataType.getReferencedType()

eGet

public java.lang.Object eGet(int featureID,
                             boolean resolve,
                             boolean coreType)

Overrides:
eGet in class SQLObjectImpl

eSet

public void eSet(int featureID,
                 java.lang.Object newValue)

Overrides:
eSet in class SQLObjectImpl

eUnset

public void eUnset(int featureID)

Overrides:
eUnset in class SQLObjectImpl

eIsSet

public boolean eIsSet(int featureID)

Overrides:
eIsSet in class SQLObjectImpl


Copyright © 2006 Actuate, IBM Corporation, Sybase, Inc. and others. All rights reserved.