|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||