com.ibm.rational.test.lt.testgen.core.configuration
Class TestGeneratorPriorityConfiguration
java.lang.Object
com.ibm.rational.test.lt.recorder.core.property.AbstractConfiguration
com.ibm.rational.test.lt.testgen.core.configuration.TestGeneratorPriorityConfiguration
- All Implemented Interfaces:
- Serializable, Cloneable
public class TestGeneratorPriorityConfiguration
- extends AbstractConfiguration
- 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, isOperand, loadAttributes, remove, saveDataToAttachment, serialize, setBoolean, setData, setData, setEnum, setInteger, setList, setMap, setObfuscatedList, setObfuscatedString, setString, toString, write, write, write, writeAttributes, writeChildConfiguration, writeChildConfigurations |
ORDER_PRIORITY
public static final String ORDER_PRIORITY
- See Also:
- Constant Field Values
TestGeneratorPriorityConfiguration
public TestGeneratorPriorityConfiguration()
clone
public TestGeneratorPriorityConfiguration clone()
- Specified by:
clone
in class AbstractConfiguration
getElementName
protected String getElementName()
- Specified by:
getElementName
in class AbstractConfiguration
getNamespace
protected String getNamespace()
- Specified by:
getNamespace
in class AbstractConfiguration
getProtocol
protected String getProtocol()
- Specified by:
getProtocol
in class AbstractConfiguration
getPreferedPrefix
protected String getPreferedPrefix()
- Specified by:
getPreferedPrefix
in class AbstractConfiguration
getTestGenerators
public List<TestGeneratorConfiguration> getTestGenerators()
getTesterConfiguration
public com.ibm.rational.test.lt.recorder.core.config.PacketTesterConfiguration getTesterConfiguration()
setTesterConfiguration
public void setTesterConfiguration(com.ibm.rational.test.lt.recorder.core.config.PacketTesterConfiguration testerConfiguration)
addChildConfiguration
protected void addChildConfiguration(AbstractConfiguration config,
String operandName)
throws InvalidConfigurationException
- Overrides:
addChildConfiguration
in class AbstractConfiguration
- Throws:
InvalidConfigurationException
writeChildConfigurations
protected void writeChildConfigurations(javax.xml.stream.XMLStreamWriter writer)
throws javax.xml.stream.XMLStreamException
- Overrides:
writeChildConfigurations
in class AbstractConfiguration
- Throws:
javax.xml.stream.XMLStreamException
© Copyright IBM Corp. 2012. All rights reserved.