Uses of Annotation Interface
org.simpleframework.xml.ElementUnion
Packages that use ElementUnion
-
Uses of ElementUnion in org.simpleframework.xml.core
Fields in org.simpleframework.xml.core declared as ElementUnionModifier and TypeFieldDescriptionprivate ElementUnionElementUnionLabel.unionThis is the union associated with this label instance.private final ElementUnionExtractorFactory.ElementExtractor.unionThis is the union annotation to extract the labels for.Constructors in org.simpleframework.xml.core with parameters of type ElementUnionModifierConstructorDescriptionElementExtractor(Contact contact, ElementUnion union, Format format) Constructor for theElementExtractorobject.ElementUnionLabel(Contact contact, ElementUnion union, Element element, Format format) Constructor for theElementUnionLabelobject.ElementUnionParameter(Constructor factory, ElementUnion union, Element element, Format format, int index) Constructor for theElementUnionParameterobject.