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

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

public interface RBMPort
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'RBM Port'.

The following features are supported:

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

Method Summary
 java.lang.String getPortName()
          Returns the value of the 'Port Name' attribute
 java.lang.String getUnitName()
          Returns the value of the 'Unit Name' attribute
 void setPortName(java.lang.String value)
          Sets the value of the 'Port Name' attribute
 void setUnitName(java.lang.String value)
          Sets the value of the 'Unit Name' attribute
 
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

getUnitName

java.lang.String getUnitName()
Returns the value of the 'Unit Name' attribute.

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

Returns:
the value of the 'Unit Name' attribute.
See Also:
setUnitName(String), ModelPackage.getRBMPort_UnitName()
Generated from the meta-model
Part of the meta-model

setUnitName

void setUnitName(java.lang.String value)
Sets the value of the 'Unit Name' attribute.

Parameters:
value - the new value of the 'Unit Name' attribute.
See Also:
getUnitName()
Generated from the meta-model

getPortName

java.lang.String getPortName()
Returns the value of the 'Port Name' attribute.

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

Returns:
the value of the 'Port Name' attribute.
See Also:
setPortName(String), ModelPackage.getRBMPort_PortName()
Generated from the meta-model
Part of the meta-model

setPortName

void setPortName(java.lang.String value)
Sets the value of the 'Port Name' attribute.

Parameters:
value - the new value of the 'Port Name' attribute.
See Also:
getPortName()
Generated from the meta-model