IBM Rational Performance Tester SDK

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

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 DatapoolHarvester
extends DataSource

A representation of the model object 'pool Harvester'.

The following features are supported:

See Also:
DataPackage.getDatapoolHarvester()

Field Summary
 
Fields inherited from interface com.ibm.rational.test.common.models.behavior.edit.CBEdit
MOVE_OLD_PARENT_FLAG
 
Method Summary
 int getColumn()
          Returns the value of the 'Column' attribute
 String getColumnId()
          Returns the value of the 'Column Id' attribute.
 String getColumnName()
          Returns the value of the 'Column Name' attribute.
 boolean isEncrypted()
          Returns the value of the 'Encrypted' attribute.
 void setColumn(int value)
          Sets the value of the 'Column' attribute
 void setColumnId(String value)
          Sets the value of the 'Column Id' attribute
 void setColumnName(String value)
          Sets the value of the 'Column Name' attribute
 void setEncrypted(boolean value)
          Sets the value of the 'Encrypted' 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

getColumn

int getColumn()
Returns the value of the 'Column' attribute.

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

Returns:
the value of the 'Column' attribute.
See Also:
DatapoolHarvester.setColumn(int), DataPackage.getDatapoolHarvester_Column()

setColumn

void setColumn(int value)
Sets the value of the 'Column' attribute.

Parameters:
value - the new value of the 'Column' attribute.
See Also:
DatapoolHarvester.getColumn()

getColumnName

String getColumnName()
Returns the value of the 'Column Name' attribute. The default value is "".

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

Returns:
the value of the 'Column Name' attribute.
See Also:
DatapoolHarvester.setColumnName(String), DataPackage.getDatapoolHarvester_ColumnName()

setColumnName

void setColumnName(String value)
Sets the value of the 'Column Name' attribute.

Parameters:
value - the new value of the 'Column Name' attribute.
See Also:
DatapoolHarvester.getColumnName()

getColumnId

String getColumnId()
Returns the value of the 'Column Id' attribute. The default value is "".

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

Returns:
the value of the 'Column Id' attribute.
See Also:
DatapoolHarvester.setColumnId(String), DataPackage.getDatapoolHarvester_ColumnId()

setColumnId

void setColumnId(String value)
Sets the value of the 'Column Id' attribute.

Parameters:
value - the new value of the 'Column Id' attribute.
See Also:
DatapoolHarvester.getColumnId()

isEncrypted

boolean isEncrypted()
Returns the value of the 'Encrypted' attribute. The default value is "false".

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

Returns:
the value of the 'Encrypted' attribute.
See Also:
DatapoolHarvester.setEncrypted(boolean), DataPackage.getDatapoolHarvester_Encrypted()

setEncrypted

void setEncrypted(boolean value)
Sets the value of the 'Encrypted' attribute.

Parameters:
value - the new value of the 'Encrypted' attribute.
See Also:
DatapoolHarvester.isEncrypted()

IBM Rational Performance Tester SDK

© Copyright IBM Corp. 2012. All rights reserved.