public abstract class AbstractElementAttributeHandler extends AbstractElementConfigurator implements ElementAttributeHandler
| Constructor and Description |
|---|
AbstractElementAttributeHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
addNextAttribute(String attribute)
Adds an NextAttribute.
|
String |
getAttributeName()
Gets the attribute name this attribute handler handles.
|
List<String> |
getNextAttributes()
Get all next attributes.
|
void |
removeNextAttribute(String attribute)
Removes an next attribute.
|
void |
setAttributeName(String attributeName)
Sets the attribute name this attribute handler handles.
|
isConfigAction, setConfigActiongetDescription, getId, setDescription, setIdclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdoConfigElement, isConfigActiongetDescription, getId, setDescription, setIdpublic void addNextAttribute(String attribute)
ElementAttributeHandleraddNextAttribute in interface ElementAttributeHandlerattribute - Add attribute which be will processed after this one.ElementAttributeHandler.addNextAttribute(java.lang.String)public void removeNextAttribute(String attribute)
ElementAttributeHandlerremoveNextAttribute in interface ElementAttributeHandlerattribute - Removes this next attribute.ElementAttributeHandler.removeNextAttribute(java.lang.String)public List<String> getNextAttributes()
ElementAttributeHandlergetNextAttributes in interface ElementAttributeHandlerElementAttributeHandler.getNextAttributes()public String getAttributeName()
ElementAttributeHandlergetAttributeName in interface ElementAttributeHandlerElementAttributeHandler.getAttributeName()public void setAttributeName(String attributeName)
ElementAttributeHandlersetAttributeName in interface ElementAttributeHandlerattributeName - The attribute to handle.ElementAttributeHandler.setAttributeName(java.lang.String)Copyright © 2004-2013 X4O. All Rights Reserved.