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 TypeMethodDescriptionvoid
addElementClassAttribute
(ElementClassAttribute elementClassAttribute) void
addElementConfigurators
(ElementConfigurator elementConfigurator) void
addElementParent
(String namespaceUri, String tag) Add an parent element tag.getElementClassAttributeByName
(String attributeName) getElementParents
(String namespaceUri) Returns list of parent element tags.void
removeElementParent
(String namespaceUri, String tag) Remove and parent element Used: for xsd/doc only.Methods inherited from interface org.x4o.xml.element.ElementMetaBase
getDescription, getId, setDescription, setId
-
Method Details
-
getElementConfigurators
List<ElementConfigurator> getElementConfigurators() -
addElementConfigurators
-
getElementClassAttributes
Collection<ElementClassAttribute> getElementClassAttributes() -
getElementClassAttributeByName
-
addElementClassAttribute
-
addElementParent
-
removeElementParent
-
getElementParents
-