org.eclipse.xtext.common.types
Interface JvmFormalParameter

All Superinterfaces:
org.eclipse.emf.ecore.EObject, JvmAnnotationTarget, JvmIdentifiableElement, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
JvmFormalParameterImpl, JvmFormalParameterImplCustom

public interface JvmFormalParameter
extends JvmIdentifiableElement, JvmAnnotationTarget

A representation of the model object 'Jvm Formal Parameter'.

The following features are supported:

See Also:
TypesPackage.getJvmFormalParameter()
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
 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
 
Methods inherited from interface org.eclipse.xtext.common.types.JvmIdentifiableElement
getIdentifier, getQualifiedName, getQualifiedName, getSimpleName
 
Methods inherited from interface org.eclipse.xtext.common.types.JvmAnnotationTarget
getAnnotations
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, 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), TypesPackage.getJvmFormalParameter_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), TypesPackage.getJvmFormalParameter_ParameterType()
EMF generated code
EMF model element
containment="true" resolveProxies="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