Interface InputParameter
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,JudgmentParameter,Named,org.eclipse.emf.common.notify.Notifier,UniqueByName
- All Known Implementing Classes:
InputParameterImpl
public interface InputParameter extends JudgmentParameter, UniqueByName
A representation of the model object 'Input Parameter'.The following features are supported:
- See Also:
XsemanticsPackage.getInputParameter()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetName()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.getInputParameter_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()
-
-