IBM Rational Performance Tester SDK

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

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, org.eclipse.emf.ecore.EObject, IAdaptable, LTBlock, org.eclipse.emf.common.notify.Notifier

public interface BuiltInDataSource
extends DataSource

A representation of the model object 'Built In Data Source'.

The following features are supported:

See Also:
DataPackage.getBuiltInDataSource()

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 getInputArguments()
          Returns the value of the 'Input Arguments' containment reference list.
 String getProjectId()
          Returns the value of the 'Project Id' attribute.
 String getProjectName()
          Returns the value of the 'Project Name' attribute.
 String getSubType()
          Returns the value of the 'Sub Type' attribute.
 void setClassName(String value)
          Sets the value of the 'Class Name' attribute
 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 setSubType(String value)
          Sets the value of the 'Sub Type' 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
 

Method Detail

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:
BuiltInDataSource.setProjectId(String), DataPackage.getBuiltInDataSource_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:
BuiltInDataSource.getProjectId()

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:
BuiltInDataSource.setClassName(String), DataPackage.getBuiltInDataSource_ClassName()

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:
BuiltInDataSource.getClassName()

getSubType

String getSubType()
Returns the value of the 'Sub Type' attribute. The default value is "".

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

Returns:
the value of the 'Sub Type' attribute.
See Also:
BuiltInDataSource.setSubType(String), DataPackage.getBuiltInDataSource_SubType()

setSubType

void setSubType(String value)
Sets the value of the 'Sub Type' attribute.

Parameters:
value - the new value of the 'Sub Type' attribute.
See Also:
BuiltInDataSource.getSubType()

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:
BuiltInDataSource.setProjectName(String), DataPackage.getBuiltInDataSource_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:
BuiltInDataSource.getProjectName()

getInputArguments

org.eclipse.emf.common.util.EList getInputArguments()
Returns the value of the 'Input Arguments' containment reference list. The list contents are of type LTNameValuePair.

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

Returns:
the value of the 'Input Arguments' containment reference list.
See Also:
DataPackage.getBuiltInDataSource_InputArguments()

IBM Rational Performance Tester SDK

© Copyright IBM Corp. 2012. All rights reserved.