Uses of Annotation Interface
org.simpleframework.xml.ElementArray
Packages that use ElementArray
-
Uses of ElementArray in org.simpleframework.xml.core
Subclasses with type arguments of type ElementArray in org.simpleframework.xml.coreModifier and TypeClassDescriptionprivate static classTheContactrepresents a contact object that is to be used for a label in order to extract a parameter name.Fields in org.simpleframework.xml.core declared as ElementArrayModifier and TypeFieldDescriptionprivate ElementArrayElementArrayLabel.labelThis references the annotation that the field uses.Constructors in org.simpleframework.xml.core with parameters of type ElementArrayModifierConstructorDescriptionContact(ElementArray label, Constructor factory, int index) Constructor for theContactobject.ElementArrayLabel(Contact contact, ElementArray label, Format format) Constructor for theElementArrayLabelobject.ElementArrayParameter(Constructor factory, ElementArray value, Format format, int index) Constructor for theElementArrayParameterobject.