public interface JParameter extends JModelElement
The following features are supported:
JavaPackage.getJParameter()| Modifier and Type | Method and Description |
|---|---|
JMethod |
getMethod()
Returns the value of the 'Method' container reference.
|
JClass |
getType()
Returns the value of the 'Type' reference
|
boolean |
isFinal()
Returns the value of the 'Final' attribute
|
void |
setFinal(boolean value)
Sets the value of the '
Final' attribute |
void |
setMethod(JMethod value)
Sets the value of the '
Method' container reference |
void |
setType(JClass value)
Sets the value of the '
Type' reference |
getJNode, getName, getQualifiedName, setJNode, setNameeAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnseteAdapters, eDeliver, eNotify, eSetDeliverboolean isFinal()
setFinal(boolean),
JavaPackage.getJParameter_Final()void setFinal(boolean value)
Final' attribute.
value - the new value of the 'Final' attribute.isFinal()JMethod getMethod()
Parameters'.
setMethod(JMethod),
JavaPackage.getJParameter_Method(),
JMethod.getParameters()void setMethod(JMethod value)
Method' container reference.
value - the new value of the 'Method' container reference.getMethod()JClass getType()
setType(JClass),
JavaPackage.getJParameter_Type()