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, writeChildConfigurationspublic static final String ANNOTATION_INDEX_PROPERTY
public AnnotationOverrideConfiguration clone()
clone in class AbstractConfigurationpublic final RecorderAnnotation getAnnotation()
public final void setAnnotation(RecorderAnnotation annotation)
protected String getElementName()
getElementName in class AbstractConfigurationprotected String getNamespace()
getNamespace in class AbstractConfigurationprotected String getProtocol()
getProtocol in class AbstractConfigurationprotected String getPreferedPrefix()
getPreferedPrefix in class AbstractConfigurationprotected void addChildConfiguration(AbstractConfiguration config, String operandName) throws InvalidConfigurationException
addChildConfiguration in class AbstractConfigurationInvalidConfigurationExceptionprotected void writeChildConfigurations(javax.xml.stream.XMLStreamWriter writer) throws javax.xml.stream.XMLStreamException
writeChildConfigurations in class AbstractConfigurationjavax.xml.stream.XMLStreamExceptionprotected void write(javax.xml.stream.XMLStreamWriter writer) throws javax.xml.stream.XMLStreamException
write in class AbstractConfigurationjavax.xml.stream.XMLStreamException© Copyright IBM Corp. 2013. All rights reserved.