|
IBM Rational Software Modeler Release 6.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A representation of the model object 'Parameter'. xmi:ordered=false The Parameter class describes the parameters on the Operation having the attributes of name, type, and direction. The name attribute is the name of the parameter. The type attribute describes the parameter's type. The direction attribute describes whether the parameter is input to the operation, or output, or both, and so on.
The following features are supported:
DefaultcomponentprofilePackage.getParameter()
Method Summary | |
String |
getDirection()
Returns the value of the 'Direction' attribute |
String |
getName()
Returns the value of the 'Name' attribute |
String |
getType()
Returns the value of the 'Type' attribute |
void |
setDirection(String value)
Sets the value of the ' Direction ' attribute |
void |
setName(String value)
Sets the value of the ' Name ' attribute |
void |
setType(String value)
Sets the value of the ' Type ' attribute |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
public String getName()
setName(String)
,
DefaultcomponentprofilePackage.getParameter_Name()
public void setName(String value)
Name
' attribute.
value
- the new value of the 'Name' attribute.getName()
public String getType()
setType(String)
,
DefaultcomponentprofilePackage.getParameter_Type()
public void setType(String value)
Type
' attribute.
value
- the new value of the 'Type' attribute.getType()
public String getDirection()
setDirection(String)
,
DefaultcomponentprofilePackage.getParameter_Direction()
public void setDirection(String value)
Direction
' attribute.
value
- the new value of the 'Direction' attribute.getDirection()
|
IBM Rational Software Modeler Release 6.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2004. All rights reserved.