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

Packages that use UserDefinedType
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.schema   
org.eclipse.wst.rdb.internal.models.sql.schema.impl   
 

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

Subinterfaces of UserDefinedType in org.eclipse.wst.rdb.internal.models.sql.datatypes
 interface DistinctUserDefinedType
          A representation of the model object 'Distinct User Defined Type'.
 interface Domain
          A representation of the model object 'Domain'.
 interface StructuredUserDefinedType
          A representation of the model object 'Structured User Defined Type'.
 

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

Classes in org.eclipse.wst.rdb.internal.models.sql.datatypes.impl that implement UserDefinedType
 class DistinctUserDefinedTypeImpl
          An implementation of the model object 'Distinct User Defined Type'.
 class DomainImpl
          An implementation of the model object 'Domain'.
 class StructuredUserDefinedTypeImpl
          An implementation of the model object 'Structured User Defined Type'.
 class UserDefinedTypeImpl
          An implementation of the model object 'User Defined Type'.
 

Uses of UserDefinedType 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 UserDefinedType
 java.lang.Object SQLDataTypesSwitch.caseUserDefinedType(UserDefinedType object)
          Returns the result of interpretting the object as an instance of 'User Defined Type'.
 

Uses of UserDefinedType in org.eclipse.wst.rdb.internal.models.sql.schema
 

Methods in org.eclipse.wst.rdb.internal.models.sql.schema that return UserDefinedType
 UserDefinedType TypedElement.getReferencedType()
          Returns the value of the 'Referenced Type' reference.
 

Methods in org.eclipse.wst.rdb.internal.models.sql.schema with parameters of type UserDefinedType
 void TypedElement.setReferencedType(UserDefinedType value)
          Sets the value of the 'Referenced Type' reference.
 

Uses of UserDefinedType in org.eclipse.wst.rdb.internal.models.sql.schema.impl
 

Methods in org.eclipse.wst.rdb.internal.models.sql.schema.impl that return UserDefinedType
 UserDefinedType TypedElementImpl.basicGetReferencedType()
           
 UserDefinedType TypedElementImpl.getReferencedType()
           
 

Methods in org.eclipse.wst.rdb.internal.models.sql.schema.impl with parameters of type UserDefinedType
 void TypedElementImpl.setReferencedType(UserDefinedType newReferencedType)