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 Attribute
AttributeLabel. label
Represents 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 theAttributeLabel
object.AttributeParameter(java.lang.reflect.Constructor factory, Attribute value, Format format, int index)
Constructor for theAttributeParameter
object.Contact(Attribute label, java.lang.reflect.Constructor factory, int index)
Constructor for theContact
object.
-