IBM Rational Performance Tester SDK

com.ibm.rational.test.lt.models.behavior.data
Interface Arbitrary

All Superinterfaces:
CBActionElement, CBBlock, com.ibm.rational.test.common.models.behavior.CBBlockElement, com.ibm.rational.test.common.models.behavior.edit.CBCloneable, com.ibm.rational.test.common.models.behavior.edit.CBEdit, com.ibm.rational.test.common.models.behavior.errors.CBErrorHost, CBNamedElement, com.ibm.rational.test.common.models.behavior.internal.CBTempData, DataSource, DataSourceConsumer, org.eclipse.emf.ecore.EObject, IAdaptable, LTBlock, org.eclipse.emf.common.notify.Notifier

public interface Arbitrary
extends DataSource, DataSourceConsumer

A representation of the model object 'Arbitrary'.

The following features are supported:

See Also:
DataPackage.getArbitrary()

Field Summary
 
Fields inherited from interface com.ibm.rational.test.common.models.behavior.edit.CBEdit
MOVE_OLD_PARENT_FLAG
 
Method Summary
 String getClassName()
          Returns the value of the 'Class Name' attribute.
 org.eclipse.emf.common.util.EList getInputs()
          Returns the value of the 'Inputs' reference list.
 org.eclipse.emf.common.util.EList getInputsProxy()
          Returns the value of the 'Inputs Proxy' containment reference list.
 String getMethodName()
          Deprecated. please use getClassName()
 String getProjectID()
          Returns the value of the 'Project ID' attribute.
 String getProjectName()
          Returns the value of the 'Project Name' attribute.
 String getReturnValue()
          Returns the value of the 'Return Value' attribute.
 void setClassName(String value)
          Sets the value of the 'Class Name' attribute
 void setMethodName(String value)
          Deprecated. please use setClassName()
 void setProjectID(String value)
          Sets the value of the 'Project ID' attribute
 void setProjectName(String value)
          Sets the value of the 'Project Name' attribute
 void setReturnValue(String value)
          Sets the value of the 'Return Value' attribute
 
Methods inherited from interface com.ibm.rational.test.lt.models.behavior.data.DataSource
getConsumers, getConsumersProxy, getCreatedBy, getVariableName, setCreatedBy, setVariableName, unlink
 
Methods inherited from interface com.ibm.rational.test.lt.models.behavior.common.LTBlock
addProxy, createProxy, isProxyReference, processRemoval, removeProxy
 
Methods inherited from interface com.ibm.rational.test.common.models.behavior.CBBlock
getActions, getCBErrors, getCBRequirementTarget, processRemoval, setCBRequirementTarget
 
Methods inherited from interface com.ibm.rational.test.common.models.behavior.CBBlockElement
isControlBlock
 
Methods inherited from interface com.ibm.rational.test.common.models.behavior.CBActionElement
canDisable, canEnable, enable, getAction, getBooleanProperty, getByteProperty, getCharProperty, getDisabledCount, getDoubleProperty, getFloatProperty, getInheritedCBActionElements, getIntProperty, getLongProperty, getMovingFrom, getParent, getShortProperty, getStringProperty, getTransformID, getType, isAlwaysLog, isEnabled, isMoving, move, resetDisabledCount, setAction, setAlwaysLog, setDisabledCount, setEnabled, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setTransformID, setType, validate
 
Methods inherited from interface com.ibm.rational.test.common.models.behavior.CBNamedElement
getDescription, getId, getName, getStopId, setDescription, setId, setName
 
Methods inherited from interface org.eclipse.core.runtime.IAdaptable
getAdapter
 
Methods inherited from interface com.ibm.rational.test.common.models.behavior.internal.CBTempData
getTempAttribute, getTempAttribute, getTempAttributes, setTempAttribute, setTempAttribute, unsetTempAttribute
 
Methods inherited from interface com.ibm.rational.test.common.models.behavior.edit.CBCloneable
doClone, isCloneable
 
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
 
Methods inherited from interface com.ibm.rational.test.common.models.behavior.edit.CBEdit
canCopy, canMove, doCopy, doMove, findProblemsWithCopy, findProblemsWithMove
 
Methods inherited from interface com.ibm.rational.test.common.models.behavior.errors.CBErrorHost
canHostCBErrors, isErrorGenerator
 
Methods inherited from interface com.ibm.rational.test.lt.models.behavior.data.DataSourceConsumer
unlink
 

Method Detail

getClassName

String getClassName()
Returns the value of the 'Class Name' attribute. The default value is "".

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

Returns:
the value of the 'Class Name' attribute.
See Also:
Arbitrary.setClassName(String), DataPackage.getArbitrary_ClassName()

getMethodName

String getMethodName()
Deprecated. please use getClassName()

Returns:
String

setClassName

void setClassName(String value)
Sets the value of the 'Class Name' attribute.

Parameters:
value - the new value of the 'Class Name' attribute.
See Also:
Arbitrary.getClassName()

setMethodName

void setMethodName(String value)
Deprecated. please use setClassName()

Parameters:
value -

getReturnValue

String getReturnValue()
Returns the value of the 'Return Value' attribute. The default value is "".

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

Returns:
the value of the 'Return Value' attribute.
See Also:
Arbitrary.setReturnValue(String), DataPackage.getArbitrary_ReturnValue()

setReturnValue

void setReturnValue(String value)
Sets the value of the 'Return Value' attribute.

Parameters:
value - the new value of the 'Return Value' attribute.
See Also:
Arbitrary.getReturnValue()

getProjectName

String getProjectName()
Returns the value of the 'Project Name' attribute. The default value is "".

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

Returns:
the value of the 'Project Name' attribute.
See Also:
Arbitrary.setProjectName(String), DataPackage.getArbitrary_ProjectName()

setProjectName

void setProjectName(String value)
Sets the value of the 'Project Name' attribute.

Parameters:
value - the new value of the 'Project Name' attribute.
See Also:
Arbitrary.getProjectName()

getProjectID

String getProjectID()
Returns the value of the 'Project ID' attribute. The default value is "".

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

Returns:
the value of the 'Project ID' attribute.
See Also:
Arbitrary.setProjectID(String), DataPackage.getArbitrary_ProjectID()

setProjectID

void setProjectID(String value)
Sets the value of the 'Project ID' attribute.

Parameters:
value - the new value of the 'Project ID' attribute.
See Also:
Arbitrary.getProjectID()

getInputsProxy

org.eclipse.emf.common.util.EList getInputsProxy()
Returns the value of the 'Inputs Proxy' containment reference list. The list contents are of type ArbitraryInputProxy.

If the meaning of the 'Inputs Proxy' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Inputs Proxy' containment reference list.
See Also:
DataPackage.getArbitrary_InputsProxy()

getInputs

org.eclipse.emf.common.util.EList getInputs()
Returns the value of the 'Inputs' reference list. The list contents are of type DataSource.

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

Returns:
the value of the 'Inputs' reference list.
See Also:
DataPackage.getArbitrary_Inputs()

IBM Rational Performance Tester SDK

© Copyright IBM Corp. 2012. All rights reserved.