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 TypeMethodDescriptionbooleanDefaults to false.voidsetConfigAction(boolean configAction) Sets the configAction.Methods inherited from class AbstractElementMetaBase
getDescription, getId, setDescription, setIdMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ElementConfigurator
doConfigElementMethods inherited from interface ElementMetaBase
getDescription, getId, setDescription, setId
-
Constructor Details
-
AbstractElementConfigurator
public AbstractElementConfigurator()
-
-
Method Details
-
isConfigAction
public boolean isConfigAction()Defaults to false.- Specified by:
isConfigActionin interfaceElementConfigurator- Returns:
- True if set to configAction
- See Also:
-
setConfigAction
public void setConfigAction(boolean configAction) Sets the configAction.- Parameters:
configAction- The configAction to set.
-