org.eclipse.emf.henshin.model
Interface Parameter

All Superinterfaces:
EObject, ModelElement, NamedElement, Notifier
All Known Implementing Classes:
ParameterImpl

public interface Parameter
extends NamedElement

A representation of the model object 'Parameter'.

The following features are supported:

See Also:
HenshinPackage.getParameter()

Method Summary
 EClassifier getType()
          Returns the value of the 'Type' reference.
 Unit getUnit()
          Returns the value of the 'Unit' container reference.
 void setType(EClassifier value)
          Sets the value of the 'Type' reference.
 void setUnit(Unit value)
          Sets the value of the 'Unit' container reference.
 
Methods inherited from interface org.eclipse.emf.henshin.model.NamedElement
getDescription, getName, setDescription, setName
 
Methods inherited from interface org.eclipse.emf.henshin.model.ModelElement
getAnnotations
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getUnit

Unit getUnit()
Returns the value of the 'Unit' container reference. It is bidirectional and its opposite is 'Parameters'.

Returns:
the value of the 'Unit' container reference.
See Also:
setUnit(Unit), HenshinPackage.getParameter_Unit(), Unit.getParameters()

setUnit

void setUnit(Unit value)
Sets the value of the 'Unit' container reference.

Parameters:
value - the new value of the 'Unit' container reference.
See Also:
getUnit()

getType

EClassifier getType()
Returns the value of the 'Type' reference.

Returns:
the value of the 'Type' reference.
See Also:
setType(EClassifier), HenshinPackage.getParameter_Type()

setType

void setType(EClassifier value)
Sets the value of the 'Type' reference.

Parameters:
value - the new value of the 'Type' reference.
See Also:
getType()