IBM Rational Performance Tester SDK

com.ibm.rational.test.lt.testgen.core.configuration
Class AnnotationOverrideConfiguration

java.lang.Object
  extended by com.ibm.rational.test.lt.recorder.core.property.AbstractConfiguration
      extended by com.ibm.rational.test.lt.testgen.core.configuration.AnnotationOverrideConfiguration
All Implemented Interfaces:
Serializable, Cloneable

public class AnnotationOverrideConfiguration
extends AbstractConfiguration

See Also:
Serialized Form

Field Summary
static String ANNOTATION_INDEX_PROPERTY
          Name of the property that holds the annotation index to be overridden.
 
Fields inherited from class com.ibm.rational.test.lt.recorder.core.property.AbstractConfiguration
properties
 
Constructor Summary
AnnotationOverrideConfiguration()
           
 
Method Summary
protected  void addChildConfiguration(AbstractConfiguration config, String operandName)
           
 AnnotationOverrideConfiguration clone()
           
 RecorderAnnotation getAnnotation()
           
protected  String getElementName()
           
protected  String getNamespace()
           
protected  String getPreferedPrefix()
           
protected  String getProtocol()
           
 void setAnnotation(RecorderAnnotation annotation)
           
protected  void write(javax.xml.stream.XMLStreamWriter writer)
           
protected  void writeChildConfigurations(javax.xml.stream.XMLStreamWriter writer)
           
 
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
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

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
Constructor Detail

AnnotationOverrideConfiguration

public AnnotationOverrideConfiguration()
Method Detail

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

IBM Rational Performance Tester SDK

© Copyright IBM Corp. 2012. All rights reserved.