Interface ParameterRef
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,Expression
,org.eclipse.emf.common.notify.Notifier
,Variable
- All Known Implementing Classes:
ParameterRefImpl
public interface ParameterRef extends Variable
A representation of the model object 'Parameter Ref'.The following features are supported:
- See Also:
PatternLanguagePackage.getParameterRef()
- Generated:
- Model:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Variable
getReferredParam()
Returns the value of the 'Referred Param' reference.void
setReferredParam(Variable value)
Sets the value of the 'Referred Param
' reference.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
-
getReferredParam
Variable getReferredParam()
Returns the value of the 'Referred Param' reference.- Returns:
- the value of the 'Referred Param' reference.
- See Also:
setReferredParam(Variable)
,PatternLanguagePackage.getParameterRef_ReferredParam()
- Generated:
- Model:
- transient="true"
-
setReferredParam
void setReferredParam(Variable value)
Sets the value of the 'Referred Param
' reference.- Parameters:
value
- the new value of the 'Referred Param' reference.- See Also:
getReferredParam()
- Generated:
-
toString
java.lang.String toString()
- Specified by:
toString
in interfaceExpression
- Specified by:
toString
in interfaceVariable
- Overrides:
toString
in classjava.lang.Object
- Generated:
- Model:
-
-