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.voidsetInterfaceClass(Class<?> interfaceClass) Sets the interface class.Methods inherited from interface ElementClassBase
addElementClassAttribute, addElementConfigurators, addElementParent, getElementClassAttributeByName, getElementClassAttributes, getElementConfigurators, getElementParents, removeElementParentMethods inherited from interface 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.
-