Interface AuxiliaryFunction
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,Named,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
AuxiliaryFunctionImpl
public interface AuxiliaryFunction extends Named
A representation of the model object 'Auxiliary Function'.The following features are supported:
- See Also:
XsemanticsPackage.getAuxiliaryFunction()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AuxiliaryDescriptionget_auxiliaryDescription()Returns the value of the 'auxiliary Description' reference.org.eclipse.xtext.xbase.XExpressiongetBody()Returns the value of the 'Body' containment reference.java.lang.StringgetName()Returns the value of the 'Name' attribute.org.eclipse.emf.common.util.EList<org.eclipse.xtext.common.types.JvmFormalParameter>getParameters()Returns the value of the 'Parameters' containment reference list.booleanisSet_auxiliaryDescription()Returns whether the value of the 'auxiliary Description' reference is set.voidset_auxiliaryDescription(AuxiliaryDescription value)Sets the value of the 'auxiliary Description' reference.voidsetBody(org.eclipse.xtext.xbase.XExpression value)Sets the value of the 'Body' containment reference.voidsetName(java.lang.String value)Sets the value of the 'Name' attribute.voidunset_auxiliaryDescription()Unsets the value of the 'auxiliary Description' reference.
-
-
-
Method Detail
-
getName
java.lang.String getName()
Returns the value of the 'Name' attribute.- Specified by:
getNamein interfaceNamed- Returns:
- the value of the 'Name' attribute.
- See Also:
setName(String),XsemanticsPackage.getAuxiliaryFunction_Name()
-
setName
void setName(java.lang.String value)
Sets the value of the 'Name' attribute.- Parameters:
value- the new value of the 'Name' attribute.- See Also:
getName()
-
getParameters
org.eclipse.emf.common.util.EList<org.eclipse.xtext.common.types.JvmFormalParameter> getParameters()
Returns the value of the 'Parameters' containment reference list. The list contents are of typeJvmFormalParameter.- Returns:
- the value of the 'Parameters' containment reference list.
- See Also:
XsemanticsPackage.getAuxiliaryFunction_Parameters()
-
getBody
org.eclipse.xtext.xbase.XExpression getBody()
Returns the value of the 'Body' containment reference.- Returns:
- the value of the 'Body' containment reference.
- See Also:
setBody(XExpression),XsemanticsPackage.getAuxiliaryFunction_Body()
-
setBody
void setBody(org.eclipse.xtext.xbase.XExpression value)
Sets the value of the 'Body' containment reference.- Parameters:
value- the new value of the 'Body' containment reference.- See Also:
getBody()
-
get_auxiliaryDescription
AuxiliaryDescription get_auxiliaryDescription()
Returns the value of the 'auxiliary Description' reference.- Returns:
- the value of the 'auxiliary Description' reference.
- See Also:
isSet_auxiliaryDescription(),unset_auxiliaryDescription(),set_auxiliaryDescription(AuxiliaryDescription),XsemanticsPackage.getAuxiliaryFunction__auxiliaryDescription()
-
set_auxiliaryDescription
void set_auxiliaryDescription(AuxiliaryDescription value)
Sets the value of the 'auxiliary Description' reference.- Parameters:
value- the new value of the 'auxiliary Description' reference.- See Also:
isSet_auxiliaryDescription(),unset_auxiliaryDescription(),get_auxiliaryDescription()
-
unset_auxiliaryDescription
void unset_auxiliaryDescription()
Unsets the value of the 'auxiliary Description' reference.
-
isSet_auxiliaryDescription
boolean isSet_auxiliaryDescription()
Returns whether the value of the 'auxiliary Description' reference is set.- Returns:
- whether the value of the 'auxiliary Description' reference is set.
- See Also:
unset_auxiliaryDescription(),get_auxiliaryDescription(),set_auxiliaryDescription(AuxiliaryDescription)
-
-