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 AbstractElementAttributeHandler()
public void addNextAttribute(String attribute)
ElementAttributeHandler
addNextAttribute
in interface ElementAttributeHandler
ElementAttributeHandler.addNextAttribute(java.lang.String)
public void removeNextAttribute(String attribute)
ElementAttributeHandler
removeNextAttribute
in interface ElementAttributeHandler
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
ElementAttributeHandler.setAttributeName(java.lang.String)
Copyright © 2004-2012 X4O. All Rights Reserved.