public interface Datapool extends LTBlock
The following features are supported:
LttestPackage.getDatapool()
NOTIFIER
Modifier and Type | Method and Description |
---|---|
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 |
addProxy, createProxy, isProxyReference, processRemoval, removeProxy
getActions, getCBErrors, getCBRequirementTarget, processRemoval, setCBRequirementTarget
isControlBlock
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, setMovingToNewTestArgs, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setTransformID, setType, validate
getDescription, getId, getName, getStopId, setDescription, setId, setName
getAdapter
getTempAttribute, getTempAttribute, getTempAttributes, setTempAttribute, setTempAttribute, unsetTempAttribute
doClone, isCloneable
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
eAdapters, eDeliver, eNotify, eSetDeliver
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
- © Copyright IBM Corp. 2013. All rights reserved.