com.ibm.rational.test.lt.testgen.core.configuration
Class AnnotationOverrideConfiguration
java.lang.Object
com.ibm.rational.test.lt.recorder.core.property.AbstractConfiguration
com.ibm.rational.test.lt.testgen.core.configuration.AnnotationOverrideConfiguration
- All Implemented Interfaces:
- Serializable, Cloneable
public class AnnotationOverrideConfiguration
- 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, writeAttributes, writeChildConfiguration, writeChildConfigurations |
ANNOTATION_INDEX_PROPERTY
public static final String ANNOTATION_INDEX_PROPERTY
- Name of the property that holds the annotation index to be overridden.
- See Also:
- Constant Field Values
AnnotationOverrideConfiguration
public AnnotationOverrideConfiguration()
clone
public AnnotationOverrideConfiguration clone()
- Specified by:
clone
in class AbstractConfiguration
getAnnotation
public final RecorderAnnotation getAnnotation()
setAnnotation
public final void setAnnotation(RecorderAnnotation annotation)
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
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
write
protected void write(javax.xml.stream.XMLStreamWriter writer)
throws javax.xml.stream.XMLStreamException
- Overrides:
write
in class AbstractConfiguration
- Throws:
javax.xml.stream.XMLStreamException
© Copyright IBM Corp. 2012. All rights reserved.