Class AbstractElementConfigurator
java.lang.Object
org.x4o.xml.element.AbstractElementMetaBase
org.x4o.xml.element.AbstractElementConfigurator
- All Implemented Interfaces:
ElementConfigurator
,ElementMetaBase
- Direct Known Subclasses:
AbstractElementNamespaceAttribute
,AttributeFromBodyConfigurator
public abstract class AbstractElementConfigurator
extends AbstractElementMetaBase
implements ElementConfigurator
An AbstractElementConfigurator.
Does nothing.
Does nothing.
- Version:
- 1.0 Jan 18, 2007
- Author:
- Willem Cazander
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Defaults to false.void
setConfigAction
(boolean configAction) Sets the configAction.Methods inherited from class org.x4o.xml.element.AbstractElementMetaBase
getDescription, getId, setDescription, setId
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.x4o.xml.element.ElementConfigurator
doConfigElement
Methods inherited from interface org.x4o.xml.element.ElementMetaBase
getDescription, getId, setDescription, setId
-
Constructor Details
-
AbstractElementConfigurator
public AbstractElementConfigurator()
-
-
Method Details
-
isConfigAction
public boolean isConfigAction()Defaults to false.- Specified by:
isConfigAction
in interfaceElementConfigurator
- Returns:
- True if set to configAction
- See Also:
-
setConfigAction
public void setConfigAction(boolean configAction) Sets the configAction.- Parameters:
configAction
- The configAction to set.
-