Uses of Class
org.simpleframework.xml.Text
-
Packages that use Text Package Description org.simpleframework.xml.core -
-
Uses of Text in org.simpleframework.xml.core
Fields in org.simpleframework.xml.core declared as Text Modifier and Type Field Description private TextTextLabel. labelReferences the annotation that was used by the contact.private TextTextListLabel. textThis is the text annotation declaration on the element list.Constructors in org.simpleframework.xml.core with parameters of type Text Constructor Description Contact(Text label, java.lang.reflect.Constructor factory, int index)Constructor for theContactobject.TextLabel(Contact contact, Text label, Format format)Constructor for theTextLabelobject.TextListLabel(Label label, Text text)Constructor for theTextListLabelobject.TextParameter(java.lang.reflect.Constructor factory, Text value, Format format, int index)Constructor for theTextParameterobject.
-