Interface ElementClassBase
- All Superinterfaces:
ElementMetaBase
- All Known Subinterfaces:
ElementClass, ElementInterface
- All Known Implementing Classes:
AbstractElementClass, AbstractElementClassBase, AbstractElementInterface, DefaultElementClass, DefaultElementInterface
The ElementClassBase is for all higher instances the base config of an ElementClass config structure.
- Version:
- 1.0 Jan 19, 2012
- Author:
- Willem Cazander
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddElementClassAttribute(ElementClassAttribute elementClassAttribute) voidaddElementConfigurators(ElementConfigurator elementConfigurator) voidaddElementParent(String namespaceUri, String tag) Add an parent element tag.getElementClassAttributeByName(String attributeName) getElementParents(String namespaceUri) Returns list of parent element tags.voidremoveElementParent(String namespaceUri, String tag) Remove and parent element Used: for xsd/doc only.Methods inherited from interface ElementMetaBase
getDescription, getId, setDescription, setId
-
Method Details
-
getElementConfigurators
List<ElementConfigurator> getElementConfigurators() -
addElementConfigurators
-
getElementClassAttributes
Collection<ElementClassAttribute> getElementClassAttributes() -
getElementClassAttributeByName
-
addElementClassAttribute
-
addElementParent
-
removeElementParent
-
getElementParents
-