| Modifier and Type | Method and Description |
|---|---|
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. |
getComments, getOriginalClassFile, getOriginalCompilationUnit, setOriginalClassFile, setOriginalCompilationUnitjava.lang.String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String),
JavaPackage.getMethodRefParameter_Name()void setName(java.lang.String value)
Name' attribute.
value - the new value of the 'Name' attribute.getName()boolean isVarargs()
If the meaning of the 'Varargs' attribute isn't clear, there really should be more of a description here...
setVarargs(boolean),
JavaPackage.getMethodRefParameter_Varargs()void setVarargs(boolean value)
Varargs' attribute.
value - the new value of the 'Varargs' attribute.isVarargs()TypeAccess getType()
If the meaning of the 'Type' containment reference isn't clear, there really should be more of a description here...
setType(TypeAccess),
JavaPackage.getMethodRefParameter_Type()void setType(TypeAccess value)
Type' containment reference.
value - the new value of the 'Type' containment reference.getType()