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, setConfigAction
getDescription, getId, setDescription, setId
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
doConfigElement, isConfigAction
getDescription, getId, setDescription, setId
public void addNextAttribute(String attribute)
ElementAttributeHandler
addNextAttribute
in interface ElementAttributeHandler
attribute
- Add attribute which be will processed after this one.ElementAttributeHandler.addNextAttribute(java.lang.String)
public void removeNextAttribute(String attribute)
ElementAttributeHandler
removeNextAttribute
in interface ElementAttributeHandler
attribute
- Removes this next attribute.ElementAttributeHandler.removeNextAttribute(java.lang.String)
public List<String> getNextAttributes()
ElementAttributeHandler
getNextAttributes
in interface ElementAttributeHandler
ElementAttributeHandler.getNextAttributes()
public String getAttributeName()
ElementAttributeHandler
getAttributeName
in interface ElementAttributeHandler
ElementAttributeHandler.getAttributeName()
public void setAttributeName(String attributeName)
ElementAttributeHandler
setAttributeName
in interface ElementAttributeHandler
attributeName
- The attribute to handle.ElementAttributeHandler.setAttributeName(java.lang.String)
Copyright © 2004-2013 X4O. All Rights Reserved.