Uses of Enum Class
org.simpleframework.xml.stream.Verbosity
Packages that use Verbosity
-
Uses of Verbosity in org.simpleframework.xml.stream
Fields in org.simpleframework.xml.stream declared as VerbosityModifier and TypeFieldDescriptionprivate final Verbosity
Format.verbosity
This is used to determine the verbosity preference of XML.Methods in org.simpleframework.xml.stream that return VerbosityModifier and TypeMethodDescriptionFormat.getVerbosity()
This method is used to indicate the preference of verbosity for the resulting XML.static Verbosity
Returns the enum constant of this class with the specified name.static Verbosity[]
Verbosity.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.simpleframework.xml.stream with parameters of type VerbosityModifierConstructorDescriptionConstructor for theFormat
object.Constructor for theFormat
object.Constructor for theFormat
object.Constructor for theFormat
object.Constructor for theFormat
object.