Uses of Class
org.simpleframework.xml.ElementArray
-
Packages that use ElementArray Package Description org.simpleframework.xml.core -
-
Uses of ElementArray in org.simpleframework.xml.core
Fields in org.simpleframework.xml.core declared as ElementArray Modifier and Type Field Description private ElementArray
ElementArrayLabel. label
This references the annotation that the field uses.Constructors in org.simpleframework.xml.core with parameters of type ElementArray Constructor Description Contact(ElementArray label, java.lang.reflect.Constructor factory, int index)
Constructor for theContact
object.ElementArrayLabel(Contact contact, ElementArray label, Format format)
Constructor for theElementArrayLabel
object.ElementArrayParameter(java.lang.reflect.Constructor factory, ElementArray value, Format format, int index)
Constructor for theElementArrayParameter
object.
-