public class AnnotationOverrideConfiguration extends AbstractConfiguration
Modifier and Type | Field and Description |
---|---|
static String |
ANNOTATION_INDEX_PROPERTY
Name of the property that holds the annotation index to be overridden.
|
properties
Constructor and Description |
---|
AnnotationOverrideConfiguration() |
Modifier and Type | Method and Description |
---|---|
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) |
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
public static final String ANNOTATION_INDEX_PROPERTY
public AnnotationOverrideConfiguration clone()
clone
in class AbstractConfiguration
public final RecorderAnnotation getAnnotation()
public final void setAnnotation(RecorderAnnotation annotation)
protected String getElementName()
getElementName
in class AbstractConfiguration
protected String getNamespace()
getNamespace
in class AbstractConfiguration
protected String getProtocol()
getProtocol
in class AbstractConfiguration
protected String getPreferedPrefix()
getPreferedPrefix
in class AbstractConfiguration
protected void addChildConfiguration(AbstractConfiguration config, String operandName) throws InvalidConfigurationException
addChildConfiguration
in class AbstractConfiguration
InvalidConfigurationException
protected void writeChildConfigurations(javax.xml.stream.XMLStreamWriter writer) throws javax.xml.stream.XMLStreamException
writeChildConfigurations
in class AbstractConfiguration
javax.xml.stream.XMLStreamException
protected void write(javax.xml.stream.XMLStreamWriter writer) throws javax.xml.stream.XMLStreamException
write
in class AbstractConfiguration
javax.xml.stream.XMLStreamException
© Copyright IBM Corp. 2013. All rights reserved.