com.ibm.rational.test.lt.testgen.core.configuration
Class ConditionalConverterConfiguration
java.lang.Object
com.ibm.rational.test.lt.recorder.core.property.AbstractConfiguration
com.ibm.rational.test.lt.recorder.core.property.AbstractTypedConfiguration
com.ibm.rational.test.lt.testgen.core.configuration.PacketConverterConfiguration
com.ibm.rational.test.lt.testgen.core.configuration.ConditionalConverterConfiguration
- All Implemented Interfaces:
- Serializable, Cloneable
public class ConditionalConverterConfiguration
- extends PacketConverterConfiguration
- See Also:
- Serialized Form
Methods inherited from class com.ibm.rational.test.lt.recorder.core.property.AbstractConfiguration |
afterXmlDeserialization, assignUniqueIds, beforeXmlSerialization, cloneProperties, get, getBoolean, getData, getEnum, getInteger, getList, getMap, getObfuscatedList, getObfuscatedString, getPreferedIdPrefixForChild, getString, getString, loadAttributes, remove, saveDataToAttachment, serialize, setBoolean, setData, setData, setEnum, setInteger, setList, setMap, setObfuscatedList, setObfuscatedString, setString, toString, write, write, writeAttributes, writeChildConfiguration, writeChildConfigurations |
ConditionalConverterConfiguration
public ConditionalConverterConfiguration()
clone
public ConditionalConverterConfiguration clone()
- Overrides:
clone
in class PacketConverterConfiguration
writeChildConfigurations
protected void writeChildConfigurations(javax.xml.stream.XMLStreamWriter writer)
throws javax.xml.stream.XMLStreamException
- Overrides:
writeChildConfigurations
in class AbstractConfiguration
- Throws:
javax.xml.stream.XMLStreamException
write
protected void write(javax.xml.stream.XMLStreamWriter writer)
throws javax.xml.stream.XMLStreamException
- Overrides:
write
in class PacketConverterConfiguration
- Throws:
javax.xml.stream.XMLStreamException
addChildConfiguration
protected void addChildConfiguration(AbstractConfiguration config,
String operandName)
throws InvalidConfigurationException
- Overrides:
addChildConfiguration
in class AbstractConfiguration
- Throws:
InvalidConfigurationException
getConditionTesterConfiguration
public com.ibm.rational.test.lt.recorder.core.config.PacketTesterConfiguration getConditionTesterConfiguration()
getTrueConverterConfigurations
public List<PacketConverterConfiguration> getTrueConverterConfigurations()
getFalseConverterConfigurations
public List<PacketConverterConfiguration> getFalseConverterConfigurations()
isOperand
protected boolean isOperand(String name)
- Overrides:
isOperand
in class AbstractConfiguration
© Copyright IBM Corp. 2012. All rights reserved.