Interface RuleParameter
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier,RuleConclusionElement
- All Known Implementing Classes:
RuleParameterImpl
public interface RuleParameter extends RuleConclusionElement
A representation of the model object 'Rule Parameter'.The following features are supported:
- See Also:
XsemanticsPackage.getRuleParameter()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.xtext.common.types.JvmFormalParametergetParameter()Returns the value of the 'Parameter' containment reference.voidsetParameter(org.eclipse.xtext.common.types.JvmFormalParameter value)Sets the value of the 'Parameter' containment reference.
-
-
-
Method Detail
-
getParameter
org.eclipse.xtext.common.types.JvmFormalParameter getParameter()
Returns the value of the 'Parameter' containment reference.- Returns:
- the value of the 'Parameter' containment reference.
- See Also:
setParameter(JvmFormalParameter),XsemanticsPackage.getRuleParameter_Parameter()
-
setParameter
void setParameter(org.eclipse.xtext.common.types.JvmFormalParameter value)
Sets the value of the 'Parameter' containment reference.- Parameters:
value- the new value of the 'Parameter' containment reference.- See Also:
getParameter()
-
-