Uses of Interface
org.apache.tuscany.sdo.model.Type

Packages that use Type
org.apache.tuscany.sdo.helper   
org.apache.tuscany.sdo.impl   
org.apache.tuscany.sdo.model   
org.apache.tuscany.sdo.model.impl   
 

Uses of Type in org.apache.tuscany.sdo.helper
 

Methods in org.apache.tuscany.sdo.helper with parameters of type Type
protected  Type TypeHelperImpl.getDefinedType(Type modeledType)
           
 

Uses of Type in org.apache.tuscany.sdo.impl
 

Classes in org.apache.tuscany.sdo.impl that implement Type
 class ClassImpl
          An implementation of the model object 'Class'.
 class DataTypeImpl
          An implementation of the model object 'Data Type'.
 

Methods in org.apache.tuscany.sdo.impl that return Type
 Type AttributeImpl.getType_()
           
 Type ReferenceImpl.getType_()
           
 

Methods in org.apache.tuscany.sdo.impl with parameters of type Type
 void AttributeImpl.setType(Type value)
           
 void ReferenceImpl.setType(Type value)
           
 

Uses of Type in org.apache.tuscany.sdo.model
 

Methods in org.apache.tuscany.sdo.model that return Type
 Type ModelFactory.createType()
          Returns a new object of class 'Type'.
 Type Property.getType_()
          Returns the value of the 'Type' reference.
 

Methods in org.apache.tuscany.sdo.model with parameters of type Type
 void Property.setType(Type value)
          Sets the value of the 'Type' reference.
 

Uses of Type in org.apache.tuscany.sdo.model.impl
 

Classes in org.apache.tuscany.sdo.model.impl that implement Type
 class TypeImpl
          An implementation of the model object 'Type'.
 

Fields in org.apache.tuscany.sdo.model.impl declared as Type
protected  Type PropertyImpl.type
          The cached value of the 'Type' reference.
 

Methods in org.apache.tuscany.sdo.model.impl that return Type
 Type PropertyImpl.basicGetType()
           
 Type ModelFactoryImpl.createType()
           
 Type PropertyImpl.getType_()
           
 

Methods in org.apache.tuscany.sdo.model.impl with parameters of type Type
 void PropertyImpl.setType(Type newType)
           
 



Copyright © 2013 The Apache Software Foundation. All Rights Reserved.