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 ElementUnion
ElementUnionLabel.union
This is the union associated with this label instance.private final ElementUnion
ExtractorFactory.ElementExtractor.union
This 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 theElementExtractor
object.ElementUnionLabel
(Contact contact, ElementUnion union, Element element, Format format) Constructor for theElementUnionLabel
object.ElementUnionParameter
(Constructor factory, ElementUnion union, Element element, Format format, int index) Constructor for theElementUnionParameter
object.