Uses of Annotation Interface
org.simpleframework.xml.Text
Packages that use Text
-
Uses of Text in org.simpleframework.xml.core
Subclasses with type arguments of type Text 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 TextModifier and TypeFieldDescriptionprivate TextTextLabel.labelReferences the annotation that was used by the contact.private final TextTextListLabel.textThis is the text annotation declaration on the element list.Constructors in org.simpleframework.xml.core with parameters of type TextModifierConstructorDescriptionContact(Text label, Constructor factory, int index) Constructor for theContactobject.Constructor for theTextLabelobject.TextListLabel(Label label, Text text) Constructor for theTextListLabelobject.TextParameter(Constructor factory, Text value, Format format, int index) Constructor for theTextParameterobject.