com.ibm.rational.test.lt.datacorrelation.execution.proto
Interface IProtoActionAdapter
public interface IProtoActionAdapter
getEncValue
String getEncValue(String value,
Object kact)
- Parameters:
value
- - the value to encodekact
- - the action the encoded value will be put in
- Returns:
- - the encoded data string, can be null if encode errors were found.
getPropString
com.ibm.rational.test.lt.datacorrelation.execution.DCString getPropString(String propName,
Object kact,
boolean harvest)
- Parameters:
propName
- - the name of the property we want a string forkact
- - the action to get the string out ofharvest
- - true if you want a harvest string,
false if you want a substitution string.
- Returns:
- - the DCString that has the value of the property string
© Copyright IBM Corp. 2012. All rights reserved.