Uses of Interface
org.eclipse.wst.rdb.internal.models.sql.datatypes.StructuredUserDefinedType

Packages that use StructuredUserDefinedType
org.eclipse.wst.rdb.internal.models.sql.datatypes   
org.eclipse.wst.rdb.internal.models.sql.datatypes.impl   
org.eclipse.wst.rdb.internal.models.sql.datatypes.util   
org.eclipse.wst.rdb.internal.models.sql.tables   
org.eclipse.wst.rdb.internal.models.sql.tables.impl   
 

Uses of StructuredUserDefinedType in org.eclipse.wst.rdb.internal.models.sql.datatypes
 

Methods in org.eclipse.wst.rdb.internal.models.sql.datatypes that return StructuredUserDefinedType
 StructuredUserDefinedType SQLDataTypesFactory.createStructuredUserDefinedType()
          Returns a new object of class 'Structured User Defined Type'.
 StructuredUserDefinedType ReferenceDataType.getReferencedType()
          Returns the value of the 'Referenced Type' reference.
 StructuredUserDefinedType StructuredUserDefinedType.getSuper()
          Returns the value of the 'Super' reference.
 

Methods in org.eclipse.wst.rdb.internal.models.sql.datatypes with parameters of type StructuredUserDefinedType
 void ReferenceDataType.setReferencedType(StructuredUserDefinedType value)
          Sets the value of the 'Referenced Type' reference.
 void StructuredUserDefinedType.setSuper(StructuredUserDefinedType value)
          Sets the value of the 'Super' reference.
 

Uses of StructuredUserDefinedType in org.eclipse.wst.rdb.internal.models.sql.datatypes.impl
 

Classes in org.eclipse.wst.rdb.internal.models.sql.datatypes.impl that implement StructuredUserDefinedType
 class StructuredUserDefinedTypeImpl
          An implementation of the model object 'Structured User Defined Type'.
 

Methods in org.eclipse.wst.rdb.internal.models.sql.datatypes.impl that return StructuredUserDefinedType
 StructuredUserDefinedType ReferenceDataTypeImpl.basicGetReferencedType()
           
 StructuredUserDefinedType StructuredUserDefinedTypeImpl.basicGetSuper()
           
 StructuredUserDefinedType SQLDataTypesFactoryImpl.createStructuredUserDefinedType()
           
 StructuredUserDefinedType ReferenceDataTypeImpl.getReferencedType()
           
 StructuredUserDefinedType StructuredUserDefinedTypeImpl.getSuper()
           
 

Methods in org.eclipse.wst.rdb.internal.models.sql.datatypes.impl with parameters of type StructuredUserDefinedType
 org.eclipse.emf.common.notify.NotificationChain StructuredUserDefinedTypeImpl.basicSetSuper(StructuredUserDefinedType newSuper, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void ReferenceDataTypeImpl.setReferencedType(StructuredUserDefinedType newReferencedType)
           
 void StructuredUserDefinedTypeImpl.setSuper(StructuredUserDefinedType newSuper)
           
 

Uses of StructuredUserDefinedType in org.eclipse.wst.rdb.internal.models.sql.datatypes.util
 

Methods in org.eclipse.wst.rdb.internal.models.sql.datatypes.util with parameters of type StructuredUserDefinedType
 java.lang.Object SQLDataTypesSwitch.caseStructuredUserDefinedType(StructuredUserDefinedType object)
          Returns the result of interpretting the object as an instance of 'Structured User Defined Type'.
 

Uses of StructuredUserDefinedType in org.eclipse.wst.rdb.internal.models.sql.tables
 

Methods in org.eclipse.wst.rdb.internal.models.sql.tables that return StructuredUserDefinedType
 StructuredUserDefinedType Table.getUdt()
          Returns the value of the 'Udt' reference.
 

Methods in org.eclipse.wst.rdb.internal.models.sql.tables with parameters of type StructuredUserDefinedType
 void Table.setUdt(StructuredUserDefinedType value)
          Sets the value of the 'Udt' reference.
 

Uses of StructuredUserDefinedType in org.eclipse.wst.rdb.internal.models.sql.tables.impl
 

Methods in org.eclipse.wst.rdb.internal.models.sql.tables.impl that return StructuredUserDefinedType
 StructuredUserDefinedType TableImpl.basicGetUdt()
           
 StructuredUserDefinedType TableImpl.getUdt()
           
 

Methods in org.eclipse.wst.rdb.internal.models.sql.tables.impl with parameters of type StructuredUserDefinedType
 void TableImpl.setUdt(StructuredUserDefinedType newUdt)