|
IBM Rational Performance Tester SDK | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
public interface Datapool
A representation of the model object 'Datapool'.
The following features are supported:
LttestPackage.getDatapool()| Field Summary |
|---|
| Fields inherited from interface com.ibm.rational.test.common.models.behavior.edit.CBEdit |
|---|
MOVE_OLD_PARENT_FLAG |
| Method Summary | |
|---|---|
DatapoolAccessMode |
getAccess()
Returns the value of the 'Access' attribute. |
String |
getDatapoolId()
Returns the value of the 'Datapool Id' attribute. |
org.eclipse.emf.common.util.EList |
getHarvesters()
Returns the value of the 'Harvesters' containment reference list. |
String |
getHref()
Returns the value of the 'Href' attribute. |
String |
getPath()
Returns the value of the 'Path' attribute. |
com.ibm.rational.test.lt.models.behavior.lttest.DatapoolReadType |
getReadType()
Returns the value of the 'Read Type' attribute. |
com.ibm.rational.test.lt.models.behavior.lttest.impl.DatapoolValidator |
getValidator()
Returns a validator for this datapool |
boolean |
hasEncryptedColumns()
|
boolean |
isOncePerUser()
Returns the value of the 'Once Per User' attribute. |
boolean |
isWrap()
Returns the value of the 'Wrap' attribute. |
void |
setAccess(DatapoolAccessMode value)
Sets the value of the ' Access' attribute |
void |
setDatapoolId(String value)
Sets the value of the ' Datapool Id' attribute |
void |
setEncrypted(boolean b)
used by LoadTestInfoManager to set whether or not the datapool uses encrypted columns |
void |
setHref(String value)
Sets the value of the ' Href' attribute |
void |
setOncePerUser(boolean value)
Sets the value of the ' Once Per User' attribute |
void |
setPath(String value)
Sets the value of the ' Path' attribute |
void |
setReadType(com.ibm.rational.test.lt.models.behavior.lttest.DatapoolReadType value)
Sets the value of the ' Read Type' attribute |
void |
setWrap(boolean value)
Sets the value of the ' Wrap' attribute |
| 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 |
|---|
com.ibm.rational.test.lt.models.behavior.lttest.DatapoolReadType getReadType()
"SEQUENTIAL".
The literals are from the enumeration DatapoolReadType.
If the meaning of the 'Read Type' attribute isn't clear, there really should be more of a description here...
DatapoolReadType,
Datapool.setReadType(DatapoolReadType),
LttestPackage.getDatapool_ReadType()void setReadType(com.ibm.rational.test.lt.models.behavior.lttest.DatapoolReadType value)
Read Type' attribute.
value - the new value of the 'Read Type' attribute.DatapoolReadType,
Datapool.getReadType()String getHref()
"".
If the meaning of the 'Href' attribute isn't clear, there really should be more of a description here...
Datapool.setHref(String),
LttestPackage.getDatapool_Href()void setHref(String value)
Href' attribute.
value - the new value of the 'Href' attribute.Datapool.getHref()DatapoolAccessMode getAccess()
DatapoolAccessMode.
If the meaning of the 'Access' attribute isn't clear, there really should be more of a description here...
DatapoolAccessMode,
Datapool.setAccess(DatapoolAccessMode),
LttestPackage.getDatapool_Access()void setAccess(DatapoolAccessMode value)
Access' attribute.
value - the new value of the 'Access' attribute.DatapoolAccessMode,
Datapool.getAccess()String getPath()
"".
If the meaning of the 'Path' attribute isn't clear, there really should be more of a description here...
Datapool.setPath(String),
LttestPackage.getDatapool_Path()void setPath(String value)
Path' attribute.
value - the new value of the 'Path' attribute.Datapool.getPath()boolean isWrap()
"true".
If the meaning of the 'Wrap' attribute isn't clear, there really should be more of a description here...
Datapool.setWrap(boolean),
LttestPackage.getDatapool_Wrap()void setWrap(boolean value)
Wrap' attribute.
value - the new value of the 'Wrap' attribute.Datapool.isWrap()String getDatapoolId()
"".
If the meaning of the 'Datapool Id' attribute isn't clear, there really should be more of a description here...
Datapool.setDatapoolId(String),
LttestPackage.getDatapool_DatapoolId()void setDatapoolId(String value)
Datapool Id' attribute.
value - the new value of the 'Datapool Id' attribute.Datapool.getDatapoolId()org.eclipse.emf.common.util.EList getHarvesters()
DatapoolHarvester.
If the meaning of the 'Harvesters' containment reference list isn't clear, there really should be more of a description here...
LttestPackage.getDatapool_Harvesters()boolean isOncePerUser()
"false".
If the meaning of the 'Once Per User' attribute isn't clear, there really should be more of a description here...
Datapool.setOncePerUser(boolean),
LttestPackage.getDatapool_OncePerUser()void setOncePerUser(boolean value)
Once Per User' attribute.
value - the new value of the 'Once Per User' attribute.Datapool.isOncePerUser()com.ibm.rational.test.lt.models.behavior.lttest.impl.DatapoolValidator getValidator()
boolean hasEncryptedColumns()
true if at least one this datapool's column is encryptedvoid setEncrypted(boolean b)
b -
|
IBM Rational Performance Tester SDK | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||