Interface Parameter
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,Expression
,org.eclipse.emf.common.notify.Notifier
,Variable
- All Known Implementing Classes:
ParameterImpl
public interface Parameter extends Variable
A representation of the model object 'Parameter'.The following features are supported:
- See Also:
PatternLanguagePackage.getParameter()
- Generated:
- Model:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ParameterDirection
getDirection()
Returns the value of the 'Direction' attribute.void
setDirection(ParameterDirection value)
Sets the value of the 'Direction
' attribute.java.lang.String
toString()
-
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
-
-
-
Method Detail
-
getDirection
ParameterDirection getDirection()
Returns the value of the 'Direction' attribute. The literals are from the enumerationParameterDirection
.- Returns:
- the value of the 'Direction' attribute.
- See Also:
ParameterDirection
,setDirection(ParameterDirection)
,PatternLanguagePackage.getParameter_Direction()
- Generated:
- Model:
-
setDirection
void setDirection(ParameterDirection value)
Sets the value of the 'Direction
' attribute.- Parameters:
value
- the new value of the 'Direction' attribute.- See Also:
ParameterDirection
,getDirection()
- Generated:
-
toString
java.lang.String toString()
- Specified by:
toString
in interfaceExpression
- Specified by:
toString
in interfaceVariable
- Overrides:
toString
in classjava.lang.Object
- Generated:
- Model:
-
-