Interface MethodRefParameter

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

public interface MethodRefParameter
extends ASTNode
A representation of the model object 'Method Ref Parameter'.

The following features are supported:

See Also:
JavaPackage.getMethodRefParameter()
  • Method Summary

    Modifier and Type Method Description
    String getName()
    Returns the value of the 'Name' attribute.
    TypeAccess getType()
    Returns the value of the 'Type' containment reference.
    boolean isVarargs()
    Returns the value of the 'Varargs' attribute.
    void setName​(String value)
    Sets the value of the 'Name' attribute.
    void setType​(TypeAccess value)
    Sets the value of the 'Type' containment reference.
    void setVarargs​(boolean value)
    Sets the value of the 'Varargs' attribute.

    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