|
IBM Rational Performance Tester SDK | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
public interface Substituter
A representation of the model object 'Substituter'.
The following features are supported:
Substituted AttributeLengthOffsetReg ExSubstituted StringEncodeVaraible NameData SourceDatasource ProxyCreated BySubstitution Type
DataPackage.getSubstituter()| Field Summary |
|---|
| Fields inherited from interface com.ibm.rational.test.common.models.behavior.edit.CBEdit |
|---|
MOVE_OLD_PARENT_FLAG |
| Method Summary | |
|---|---|
com.ibm.rational.test.lt.models.behavior.data.CreationType |
getCreatedBy()
Returns the value of the 'Created By' attribute. |
DataSource |
getDataSource()
Returns the value of the 'Data Source' reference |
com.ibm.rational.test.lt.models.behavior.data.DataSourceProxy |
getDatasourceProxy()
Returns the value of the 'Datasource Proxy' containment reference |
int |
getLength()
Returns the value of the 'Length' attribute |
int |
getOffset()
Returns the value of the 'Offset' attribute |
String |
getRegEx()
Returns the value of the 'Reg Ex' attribute. |
String |
getSubstitutedAttribute()
Returns the value of the 'Substituted Attribute' attribute. |
String |
getSubstitutedString()
Returns the value of the 'Substituted String' attribute. |
int |
getSubstitutionLength(String charset)
Returns the number of bytes that will be substituted |
com.ibm.rational.test.lt.models.behavior.data.SubstitutionType |
getSubstitutionType()
Returns the value of the 'Substitution Type' containment reference |
int |
getUILength()
|
int |
getUIOffset()
|
String |
getUIString()
|
String |
getVaraibleName()
Returns the value of the 'Varaible Name' attribute. |
boolean |
isEncode()
Returns the value of the 'Encode' attribute |
void |
setCreatedBy(com.ibm.rational.test.lt.models.behavior.data.CreationType value)
Sets the value of the ' Created By' attribute |
void |
setDataSource(DataSource value)
Sets the value of the ' Data Source' reference |
void |
setDatasourceProxy(com.ibm.rational.test.lt.models.behavior.data.DataSourceProxy value)
Sets the value of the ' Datasource Proxy' containment reference |
void |
setEncode(boolean value)
Sets the value of the ' Encode' attribute |
void |
setLength(int value)
Sets the value of the ' Length' attribute |
void |
setOffset(int value)
Sets the value of the ' Offset' attribute |
void |
setRegEx(String value)
Sets the value of the ' Reg Ex' attribute |
void |
setSubstitutedAttribute(String value)
Sets the value of the ' Substituted Attribute' attribute |
void |
setSubstitutedString(String value)
Sets the value of the ' Substituted String' attribute |
void |
setSubstitutionType(com.ibm.rational.test.lt.models.behavior.data.SubstitutionType value)
Sets the value of the ' Substitution Type' containment reference |
void |
setUILength(int newLength)
|
void |
setUIOffset(int newOffset)
|
void |
setUIString(String newString)
|
void |
setVaraibleName(String value)
Sets the value of the ' Varaible Name' 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 |
| Methods inherited from interface com.ibm.rational.test.lt.models.behavior.data.DataSourceConsumer |
|---|
unlink |
| Methods inherited from interface com.ibm.rational.test.lt.models.behavior.common.LTInternational |
|---|
isAsciified, modifyText, modifyText, toDisplay, toModel |
| Method Detail |
|---|
String getSubstitutedAttribute()
"".
If the meaning of the 'Substituted Attribute' attribute isn't clear, there really should be more of a description here...
Substituter.setSubstitutedAttribute(String),
DataPackage.getSubstituter_SubstitutedAttribute()void setSubstitutedAttribute(String value)
Substituted Attribute' attribute.
value - the new value of the 'Substituted Attribute' attribute.Substituter.getSubstitutedAttribute()int getLength()
If the meaning of the 'Length' attribute isn't clear, there really should be more of a description here...
Substituter.setLength(int),
DataPackage.getSubstituter_Length()int getSubstitutionLength(String charset)
If the meaning of the 'number of bytes' isn't clear, there really should be more of a description here...
void setLength(int value)
Length' attribute.
value - the new value of the 'Length' attribute.Substituter.getLength()int getOffset()
If the meaning of the 'Offset' attribute isn't clear, there really should be more of a description here...
Substituter.setOffset(int),
DataPackage.getSubstituter_Offset()void setOffset(int value)
Offset' attribute.
value - the new value of the 'Offset' attribute.Substituter.getOffset()String getRegEx()
"".
If the meaning of the 'Reg Ex' attribute isn't clear, there really should be more of a description here...
Substituter.setRegEx(String),
DataPackage.getSubstituter_RegEx()void setRegEx(String value)
Reg Ex' attribute.
value - the new value of the 'Reg Ex' attribute.Substituter.getRegEx()String getSubstitutedString()
"".
If the meaning of the 'Substituted String' attribute isn't clear, there really should be more of a description here...
Substituter.setSubstitutedString(String),
DataPackage.getSubstituter_SubstitutedString()void setSubstitutedString(String value)
Substituted String' attribute.
value - the new value of the 'Substituted String' attribute.Substituter.getSubstitutedString()boolean isEncode()
If the meaning of the 'Encode' attribute isn't clear, there really should be more of a description here...
Substituter.setEncode(boolean),
DataPackage.getSubstituter_Encode()void setEncode(boolean value)
Encode' attribute.
value - the new value of the 'Encode' attribute.Substituter.isEncode()String getVaraibleName()
"".
If the meaning of the 'Varaible Name' attribute isn't clear, there really should be more of a description here...
Substituter.setVaraibleName(String),
DataPackage.getSubstituter_VaraibleName()void setVaraibleName(String value)
Varaible Name' attribute.
value - the new value of the 'Varaible Name' attribute.Substituter.getVaraibleName()DataSource getDataSource()
If the meaning of the 'Data Source' reference isn't clear, there really should be more of a description here...
Substituter.setDataSource(DataSource),
DataPackage.getSubstituter_DataSource()void setDataSource(DataSource value)
Data Source' reference.
value - the new value of the 'Data Source' reference.Substituter.getDataSource()com.ibm.rational.test.lt.models.behavior.data.DataSourceProxy getDatasourceProxy()
If the meaning of the 'Datasource Proxy' containment reference isn't clear, there really should be more of a description here...
Substituter.setDatasourceProxy(DataSourceProxy),
DataPackage.getSubstituter_DatasourceProxy()void setDatasourceProxy(com.ibm.rational.test.lt.models.behavior.data.DataSourceProxy value)
Datasource Proxy' containment reference.
value - the new value of the 'Datasource Proxy' containment reference.Substituter.getDatasourceProxy()com.ibm.rational.test.lt.models.behavior.data.CreationType getCreatedBy()
"AUTOMATIC".
The literals are from the enumeration CreationType.
If the meaning of the 'Created By' attribute isn't clear, there really should be more of a description here...
CreationType,
Substituter.setCreatedBy(CreationType),
DataPackage.getSubstituter_CreatedBy()void setCreatedBy(com.ibm.rational.test.lt.models.behavior.data.CreationType value)
Created By' attribute.
value - the new value of the 'Created By' attribute.CreationType,
Substituter.getCreatedBy()com.ibm.rational.test.lt.models.behavior.data.SubstitutionType getSubstitutionType()
If the meaning of the 'Substitution Type' containment reference isn't clear, there really should be more of a description here...
Substituter.setSubstitutionType(SubstitutionType),
DataPackage.getSubstituter_SubstitutionType()void setSubstitutionType(com.ibm.rational.test.lt.models.behavior.data.SubstitutionType value)
Substitution Type' containment reference.
value - the new value of the 'Substitution Type' containment reference.Substituter.getSubstitutionType()int getUIOffset()
int getUILength()
String getUIString()
void setUIOffset(int newOffset)
void setUILength(int newLength)
void setUIString(String newString)
|
IBM Rational Performance Tester SDK | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||