Uses of Enum Class
org.simpleframework.xml.stream.Formatter.Tag
Packages that use Formatter.Tag
-
Uses of Formatter.Tag in org.simpleframework.xml.stream
Subclasses with type arguments of type Formatter.Tag in org.simpleframework.xml.streamModifier and TypeClassDescriptionprivate static enumThis is used to enumerate the different types of tag that can be written.Fields in org.simpleframework.xml.stream declared as Formatter.TagModifier and TypeFieldDescriptionprivate Formatter.TagFormatter.lastRepresents the last type of content that was written.Methods in org.simpleframework.xml.stream that return Formatter.TagModifier and TypeMethodDescriptionstatic Formatter.TagReturns the enum constant of this class with the specified name.static Formatter.Tag[]Formatter.Tag.values()Returns an array containing the constants of this enum class, in the order they are declared.