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 Text
TextLabel. label
References the annotation that was used by the contact.private Text
TextListLabel. text
This 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 theContact
object.TextLabel(Contact contact, Text label, Format format)
Constructor for theTextLabel
object.TextListLabel(Label label, Text text)
Constructor for theTextListLabel
object.TextParameter(java.lang.reflect.Constructor factory, Text value, Format format, int index)
Constructor for theTextParameter
object.
-