Class DefaultElementInterface
java.lang.Object
org.x4o.xml.element.AbstractElementMetaBase
org.x4o.xml.element.AbstractElementClassBase
org.x4o.xml.element.AbstractElementInterface
org.x4o.xml.element.DefaultElementInterface
- All Implemented Interfaces:
ElementClassBase
,ElementInterface
,ElementMetaBase
The default ElementInterface to store config based on class interface.
- Version:
- 1.0 Apr 15, 2008
- Author:
- Willem Cazander
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.x4o.xml.element.AbstractElementInterface
getInterfaceClass, setInterfaceClass
Methods inherited from class org.x4o.xml.element.AbstractElementClassBase
addElementClassAttribute, addElementConfigurators, addElementParent, getElementClassAttributeByName, getElementClassAttributes, getElementConfigurators, getElementParents, removeElementParent
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.ElementClassBase
addElementClassAttribute, addElementConfigurators, addElementParent, getElementClassAttributeByName, getElementClassAttributes, getElementConfigurators, getElementParents, removeElementParent
Methods inherited from interface org.x4o.xml.element.ElementMetaBase
getDescription, getId, setDescription, setId
-
Constructor Details
-
DefaultElementInterface
public DefaultElementInterface()
-