org.eclipse.emf.java
Interface JParameter

All Superinterfaces:
EObject, JModelElement, Notifier
All Known Implementing Classes:
JParameterImpl

public interface JParameter
extends JModelElement

A representation of the model object 'JParameter'.

The following features are supported:

See Also:
JavaPackage.getJParameter()

Method Summary
 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
 
Methods inherited from interface org.eclipse.emf.java.JModelElement
getJNode, getName, getQualifiedName, setJNode, setName
 
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
 

Method Detail

isFinal

boolean isFinal()
Returns the value of the 'Final' attribute.

Returns:
the value of the 'Final' attribute.
See Also:
setFinal(boolean), JavaPackage.getJParameter_Final()

setFinal

void setFinal(boolean value)
Sets the value of the 'Final' attribute.

Parameters:
value - the new value of the 'Final' attribute.
See Also:
isFinal()

getMethod

JMethod getMethod()
Returns the value of the 'Method' container reference. It is bidirectional and its opposite is 'Parameters'.

Returns:
the value of the 'Method' container reference.
See Also:
setMethod(JMethod), JavaPackage.getJParameter_Method(), JMethod.getParameters()

setMethod

void setMethod(JMethod value)
Sets the value of the 'Method' container reference.

Parameters:
value - the new value of the 'Method' container reference.
See Also:
getMethod()

getType

JClass getType()
Returns the value of the 'Type' reference.

Returns:
the value of the 'Type' reference.
See Also:
setType(JClass), JavaPackage.getJParameter_Type()

setType

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

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

Copyright 2001-2006 IBM Corporation and others.
All Rights Reserved.