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'.
 

Methods in org.objectweb.dsrg.sofa.repository.model that return types with arguments of type Property
 org.eclipse.emf.common.util.EList<Property> Frame.getProperty()
          Returns the value of the 'Property' containment reference list.
 org.eclipse.emf.common.util.EList<Property> Publish.getProperty()
          Returns the value of the 'Property' containment reference list.
 org.eclipse.emf.common.util.EList<Property> Architecture.getProperty()
          Returns the value of the 'Property' containment reference list.
 

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'.
 

Fields in org.objectweb.dsrg.sofa.repository.model.impl with type parameters of type Property
protected  org.eclipse.emf.common.util.EList<Property> FrameImpl.property
          The cached value of the 'Property' containment reference list.
protected  org.eclipse.emf.common.util.EList<Property> ArchitectureImpl.property
          The cached value of the 'Property' containment reference list.
protected  org.eclipse.emf.common.util.EList<Property> PublishImpl.property
          The cached value of the 'Property' containment reference list.
 

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()
           
 

Methods in org.objectweb.dsrg.sofa.repository.model.impl that return types with arguments of type Property
 org.eclipse.emf.common.util.EList<Property> FrameImpl.getProperty()
           
 org.eclipse.emf.common.util.EList<Property> ArchitectureImpl.getProperty()
           
 org.eclipse.emf.common.util.EList<Property> PublishImpl.getProperty()
           
 

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
 T ModelSwitch.caseProperty(Property object)
          Returns the result of interpreting the object as an instance of 'Property'.