org.eclipse.xtend.core.xtend
Interface XtendParameter

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier, XtendAnnotationTarget
All Known Implementing Classes:
XtendParameterImpl

public interface XtendParameter
extends XtendAnnotationTarget

A representation of the model object 'Parameter'.

The following features are supported:

See Also:
XtendPackage.getXtendParameter()
EMF generated code
EMF model element

Method Summary
 java.lang.String getName()
          Returns the value of the 'Name' attribute.
 JvmTypeReference getParameterType()
          Returns the value of the 'Parameter Type' containment reference.
 boolean isVarArg()
          Returns the value of the 'Var Arg' attribute.
 void setName(java.lang.String value)
          Sets the value of the 'Name' attribute.
 void setParameterType(JvmTypeReference value)
          Sets the value of the 'Parameter Type' containment reference.
 void setVarArg(boolean value)
          Sets the value of the 'Var Arg' attribute.
 
Methods inherited from interface org.eclipse.xtend.core.xtend.XtendAnnotationTarget
getAnnotations
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getName

java.lang.String getName()
Returns the value of the 'Name' attribute.

If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Name' attribute.
See Also:
setName(String), XtendPackage.getXtendParameter_Name()
EMF generated code
EMF model element

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()
EMF generated code

getParameterType

JvmTypeReference getParameterType()
Returns the value of the 'Parameter Type' containment reference.

If the meaning of the 'Parameter Type' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Parameter Type' containment reference.
See Also:
setParameterType(JvmTypeReference), XtendPackage.getXtendParameter_ParameterType()
EMF generated code
EMF model element
containment="true"

setParameterType

void setParameterType(JvmTypeReference value)
Sets the value of the 'Parameter Type' containment reference.

Parameters:
value - the new value of the 'Parameter Type' containment reference.
See Also:
getParameterType()
EMF generated code

isVarArg

boolean isVarArg()
Returns the value of the 'Var Arg' attribute.

If the meaning of the 'Var Arg' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Var Arg' attribute.
See Also:
setVarArg(boolean), XtendPackage.getXtendParameter_VarArg()
EMF generated code
EMF model element

setVarArg

void setVarArg(boolean value)
Sets the value of the 'Var Arg' attribute.

Parameters:
value - the new value of the 'Var Arg' attribute.
See Also:
isVarArg()
EMF generated code