Uses of Interface
org.objectweb.dsrg.sofa.repository.model.Property

Packages that use Property
org.objectweb.dsrg.sofa.repository.model   
org.objectweb.dsrg.sofa.repository.model.impl   
org.objectweb.dsrg.sofa.repository.model.util   
 

Uses of Property in org.objectweb.dsrg.sofa.repository.model
 

Subinterfaces of Property in org.objectweb.dsrg.sofa.repository.model
 interface MappedProperty
          A representation of the model object 'Mapped Property'
 

Methods in org.objectweb.dsrg.sofa.repository.model that return Property
 Property Frame.addProperty(java.lang.String name, java.lang.String type)
           
 Property Architecture.addProperty(java.lang.String name, java.lang.String type)
           
 Property ModelFactory.createProperty()
          Returns a new object of class 'Property'
 

Uses of Property in org.objectweb.dsrg.sofa.repository.model.impl
 

Classes in org.objectweb.dsrg.sofa.repository.model.impl that implement Property
 class MappedPropertyImpl
          An implementation of the model object 'Mapped Property'
 class PropertyImpl
          An implementation of the model object 'Property'
 

Methods in org.objectweb.dsrg.sofa.repository.model.impl that return Property
 Property FrameImpl.addProperty(java.lang.String name, java.lang.String type)
           
 Property ArchitectureImpl.addProperty(java.lang.String name, java.lang.String type)
           
 Property ModelFactoryImpl.createProperty()
           
 

Uses of Property in org.objectweb.dsrg.sofa.repository.model.util
 

Methods in org.objectweb.dsrg.sofa.repository.model.util with parameters of type Property
 java.lang.Object ModelSwitch.caseProperty(Property object)
          Returns the result of interpretting the object as an instance of 'Property'