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