Uses of Class
org.simpleframework.xml.ElementUnion
-
Packages that use ElementUnion Package Description org.simpleframework.xml.core -
-
Uses of ElementUnion in org.simpleframework.xml.core
Fields in org.simpleframework.xml.core declared as ElementUnion Modifier and Type Field Description private ElementUnionElementUnionLabel. unionThis is the union associated with this label instance.private ElementUnionExtractorFactory.ElementExtractor. unionThis is the union annotation to extract the labels for.Constructors in org.simpleframework.xml.core with parameters of type ElementUnion Constructor Description ElementExtractor(Contact contact, ElementUnion union, Format format)Constructor for theElementExtractorobject.ElementUnionLabel(Contact contact, ElementUnion union, Element element, Format format)Constructor for theElementUnionLabelobject.ElementUnionParameter(java.lang.reflect.Constructor factory, ElementUnion union, Element element, Format format, int index)Constructor for theElementUnionParameterobject.
-