org.objectweb.dsrg.sofa.repository.model
Interface MappedProperty

All Superinterfaces:
org.eclipse.emf.ecore.EObject, NamedEntity, org.eclipse.emf.common.notify.Notifier, Property
All Known Implementing Classes:
MappedPropertyImpl

public interface MappedProperty
extends Property

A representation of the model object 'Mapped Property'.

The following features are supported:

See Also:
ModelPackage.getMappedProperty()
Generated from the meta-model
Part of the meta-model

Method Summary
 SubcomponentInstance getInstance()
          Returns the value of the 'Instance' reference
 java.lang.String getSubcomponentPropertyName()
          Returns the value of the 'Subcomponent Property Name' attribute
 void setInstance(SubcomponentInstance value)
          Sets the value of the 'Instance' reference
 void setSubcomponentPropertyName(java.lang.String value)
          Sets the value of the 'Subcomponent Property Name' attribute
 
Methods inherited from interface org.objectweb.dsrg.sofa.repository.model.Property
getType, setType
 
Methods inherited from interface org.objectweb.dsrg.sofa.repository.model.NamedEntity
getName, setName
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getSubcomponentPropertyName

java.lang.String getSubcomponentPropertyName()
Returns the value of the 'Subcomponent Property Name' attribute.

If the meaning of the 'Subcomponent Property Name' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Subcomponent Property Name' attribute.
See Also:
setSubcomponentPropertyName(String), ModelPackage.getMappedProperty_SubcomponentPropertyName()
Generated from the meta-model
Part of the meta-model

setSubcomponentPropertyName

void setSubcomponentPropertyName(java.lang.String value)
Sets the value of the 'Subcomponent Property Name' attribute.

Parameters:
value - the new value of the 'Subcomponent Property Name' attribute.
See Also:
getSubcomponentPropertyName()
Generated from the meta-model

getInstance

SubcomponentInstance getInstance()
Returns the value of the 'Instance' reference.

If the meaning of the 'Instance' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Instance' reference.
See Also:
setInstance(SubcomponentInstance), ModelPackage.getMappedProperty_Instance()
Generated from the meta-model
Part of the meta-model

setInstance

void setInstance(SubcomponentInstance value)
Sets the value of the 'Instance' reference.

Parameters:
value - the new value of the 'Instance' reference.
See Also:
getInstance()
Generated from the meta-model