Uses of Annotation Interface
org.simpleframework.xml.Attribute
Packages that use Attribute
-
Uses of Attribute in org.simpleframework.xml.core
Subclasses with type arguments of type Attribute 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 AttributeModifier and TypeFieldDescriptionprivate AttributeAttributeLabel.labelRepresents the annotation used to label the field.Constructors in org.simpleframework.xml.core with parameters of type AttributeModifierConstructorDescriptionAttributeLabel(Contact contact, Attribute label, Format format) Constructor for theAttributeLabelobject.AttributeParameter(Constructor factory, Attribute value, Format format, int index) Constructor for theAttributeParameterobject.Contact(Attribute label, Constructor factory, int index) Constructor for theContactobject.