org.eclipse.gmt.modisco.java
Interface MethodRefParameter

All Superinterfaces:
ASTNode

public interface MethodRefParameter
extends ASTNode

A representation of the model object 'Method Ref Parameter'.

The following features are supported:

See Also:
JavaPackage.getMethodRefParameter()
Generated:
Model:

Method Summary
 java.lang.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(java.lang.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.gmt.modisco.java.ASTNode
getComments, getOriginalClassFile, getOriginalCompilationUnit, setOriginalClassFile, setOriginalCompilationUnit
 

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), JavaPackage.getMethodRefParameter_Name()
Generated:
Model:
unique="false" ordered="false"

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()
Generated:

isVarargs

boolean isVarargs()
Returns the value of the 'Varargs' attribute.

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

Returns:
the value of the 'Varargs' attribute.
See Also:
setVarargs(boolean), JavaPackage.getMethodRefParameter_Varargs()
Generated:
Model:
unique="false" required="true" ordered="false"

setVarargs

void setVarargs(boolean value)
Sets the value of the 'Varargs' attribute.

Parameters:
value - the new value of the 'Varargs' attribute.
See Also:
isVarargs()
Generated:

getType

TypeAccess getType()
Returns the value of the 'Type' containment reference.

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

Returns:
the value of the 'Type' containment reference.
See Also:
setType(TypeAccess), JavaPackage.getMethodRefParameter_Type()
Generated:
Model:
containment="true" required="true" ordered="false"

setType

void setType(TypeAccess value)
Sets the value of the 'Type' containment reference.

Parameters:
value - the new value of the 'Type' containment reference.
See Also:
getType()
Generated: