Interface ElementInterface
- All Superinterfaces:
ElementClassBase
,ElementMetaBase
- All Known Implementing Classes:
AbstractElementInterface
,DefaultElementInterface
Defines an ElementInterface.
- Version:
- 1.0 Apr 15, 2008
- Author:
- Willem Cazander
-
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 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
-
Method Details
-
getInterfaceClass
Class<?> getInterfaceClass()Gets this class of the interface to match this converters/etc/ to.- Returns:
- the tag.
-
setInterfaceClass
Sets the interface class.- Parameters:
interfaceClass
- the interfaceClass to set.
-