public interface ElementAttributeHandler extends ElementConfigurator
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.
|
doConfigElement, isConfigAction
getDescription, getId, setDescription, setId
String getAttributeName()
void setAttributeName(String attributeName)
attributeName
- void addNextAttribute(String attribute)
attribute
- void removeNextAttribute(String attribute)
attribute
- List<String> getNextAttributes()
Copyright © 2004-2012 X4O. All Rights Reserved.