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

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

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

Methods in org.apache.tuscany.sdo.helper with parameters of type Property
protected  Property TypeHelperImpl.getDefinedProperty(Property modeledProperty)
           
protected  void TypeHelperImpl.initializeProperty(Property newProperty, Property modeledProperty)
           
 

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

Classes in org.apache.tuscany.sdo.impl that implement Property
 class AttributeImpl
          An implementation of the model object 'Attribute'.
 class ReferenceImpl
          An implementation of the model object 'Reference'.
 

Methods in org.apache.tuscany.sdo.impl that return Property
 Property AttributeImpl.getOpposite_()
           
 Property ReferenceImpl.getOpposite_()
           
 

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

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

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

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

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

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

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

Methods in org.apache.tuscany.sdo.model.impl that return Property
 Property PropertyImpl.basicGetOpposite()
           
 Property ModelFactoryImpl.createProperty()
           
 Property PropertyImpl.getOpposite_()
           
 

Methods in org.apache.tuscany.sdo.model.impl with parameters of type Property
 void PropertyImpl.setOpposite_(Property newOpposite)
           
 



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