Uses of Class
org.simpleframework.xml.Attribute
-
Packages that use Attribute Package Description org.simpleframework.xml.core -
-
Uses of Attribute in org.simpleframework.xml.core
Fields in org.simpleframework.xml.core declared as Attribute Modifier and Type Field Description private AttributeAttributeLabel. labelRepresents the annotation used to label the field.Constructors in org.simpleframework.xml.core with parameters of type Attribute Constructor Description AttributeLabel(Contact contact, Attribute label, Format format)Constructor for theAttributeLabelobject.AttributeParameter(java.lang.reflect.Constructor factory, Attribute value, Format format, int index)Constructor for theAttributeParameterobject.Contact(Attribute label, java.lang.reflect.Constructor factory, int index)Constructor for theContactobject.
-