Package org.eclipse.gmt.modisco.java
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 StringgetName()Returns the value of the 'Name' attribute.TypeAccessgetType()Returns the value of the 'Type' containment reference.booleanisVarargs()Returns the value of the 'Varargs' attribute.voidsetName(String value)Sets the value of the 'Name' attribute.voidsetType(TypeAccess value)Sets the value of the 'Type' containment reference.voidsetVarargs(boolean value)Sets the value of the 'Varargs' attribute.Methods inherited from interface org.eclipse.gmt.modisco.java.ASTNode
getComments, getOriginalClassFile, getOriginalCompilationUnit, setOriginalClassFile, setOriginalCompilationUnitMethods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getName
String getName()Returns the value of the 'Name' attribute.- Returns:
- the value of the 'Name' attribute.
- See Also:
setName(String),JavaPackage.getMethodRefParameter_Name()
-
setName
Sets the value of the 'Name' attribute.- Parameters:
value- the new value of the 'Name' attribute.- See Also:
getName()
-
isVarargs
boolean isVarargs()Returns the value of the 'Varargs' attribute.- Returns:
- the value of the 'Varargs' attribute.
- See Also:
setVarargs(boolean),JavaPackage.getMethodRefParameter_Varargs()
-
setVarargs
void setVarargs(boolean value)Sets the value of the 'Varargs' attribute.- Parameters:
value- the new value of the 'Varargs' attribute.- See Also:
isVarargs()
-
getType
TypeAccess getType()Returns the value of the 'Type' containment reference.- Returns:
- the value of the 'Type' containment reference.
- See Also:
setType(TypeAccess),JavaPackage.getMethodRefParameter_Type()
-
setType
Sets the value of the 'Type' containment reference.- Parameters:
value- the new value of the 'Type' containment reference.- See Also:
getType()
-