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

Packages that use AttributeDefinition
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   
 

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

Methods in org.eclipse.wst.rdb.internal.models.sql.datatypes that return AttributeDefinition
 AttributeDefinition SQLDataTypesFactory.createAttributeDefinition()
          Returns a new object of class 'Attribute Definition'.
 

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

Classes in org.eclipse.wst.rdb.internal.models.sql.datatypes.impl that implement AttributeDefinition
 class AttributeDefinitionImpl
          An implementation of the model object 'Attribute Definition'.
 

Methods in org.eclipse.wst.rdb.internal.models.sql.datatypes.impl that return AttributeDefinition
 AttributeDefinition SQLDataTypesFactoryImpl.createAttributeDefinition()
           
 

Uses of AttributeDefinition 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 AttributeDefinition
 java.lang.Object SQLDataTypesSwitch.caseAttributeDefinition(AttributeDefinition object)
          Returns the result of interpretting the object as an instance of 'Attribute Definition'.