Class AbstractElementInterface
java.lang.Object
org.x4o.xml.element.AbstractElementMetaBase
org.x4o.xml.element.AbstractElementClassBase
org.x4o.xml.element.AbstractElementInterface
- All Implemented Interfaces:
ElementClassBase
,ElementInterface
,ElementMetaBase
- Direct Known Subclasses:
DefaultElementInterface
public abstract class AbstractElementInterface
extends AbstractElementClassBase
implements ElementInterface
AbstractElementInterface extends base support with element interface support.
- Version:
- 1.0 Apr 15, 2008
- Author:
- Willem Cazander
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionClass
<?> Gets this class of the interface to match this converters/etc/ to.void
setInterfaceClass
(Class<?> interfaceClass) Sets the interface class.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
-
AbstractElementInterface
public AbstractElementInterface()Creates AbstractElementInterface.
-
-
Method Details
-
getInterfaceClass
Description copied from interface:ElementInterface
Gets this class of the interface to match this converters/etc/ to.- Specified by:
getInterfaceClass
in interfaceElementInterface
- Returns:
- The interface class
- See Also:
-
setInterfaceClass
Description copied from interface:ElementInterface
Sets the interface class.- Specified by:
setInterfaceClass
in interfaceElementInterface
- Parameters:
interfaceClass
- The interface class to set.- See Also:
-