IBM Rational Software Modeler
Release 6.0

com.ibm.xtools.ras.profile.defauld.defaultprofile
Interface ActivityParameter

All Superinterfaces:
EObject, Notifier

public interface ActivityParameter
extends EObject

A representation of the model object 'Activity Parameter'.

The following features are supported:

See Also:
DefaultprofilePackage.getActivityParameter()

Method Summary
 String getDefaultValue()
          Returns the value of the 'Default Value' attribute
 String getName()
          Returns the value of the 'Name' attribute
 String getValue()
          Returns the value of the 'Value' attribute
 void setDefaultValue(String value)
          Sets the value of the 'Default Value' attribute
 void setName(String value)
          Sets the value of the 'Name' attribute
 void setValue(String value)
          Sets the value of the 'Value' 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

getName

public String getName()
Returns the value of the 'Name' attribute.

If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Name' attribute.
See Also:
setName(String), DefaultprofilePackage.getActivityParameter_Name()

setName

public void setName(String value)
Sets the value of the 'Name' attribute.

Parameters:
value - the new value of the 'Name' attribute.
See Also:
getName()

getValue

public String getValue()
Returns the value of the 'Value' attribute.

If the meaning of the 'Value' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Value' attribute.
See Also:
setValue(String), DefaultprofilePackage.getActivityParameter_Value()

setValue

public void setValue(String value)
Sets the value of the 'Value' attribute.

Parameters:
value - the new value of the 'Value' attribute.
See Also:
getValue()

getDefaultValue

public String getDefaultValue()
Returns the value of the 'Default Value' attribute.

If the meaning of the 'Default Value' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Default Value' attribute.
See Also:
setDefaultValue(String), DefaultprofilePackage.getActivityParameter_DefaultValue()

setDefaultValue

public void setDefaultValue(String value)
Sets the value of the 'Default Value' attribute.

Parameters:
value - the new value of the 'Default Value' attribute.
See Also:
getDefaultValue()

IBM Rational Software Modeler
Release 6.0


Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2004. All rights reserved.