Uses of Class
org.simpleframework.xml.Version
-
Packages that use Version Package Description org.simpleframework.xml.core -
-
Uses of Version in org.simpleframework.xml.core
Fields in org.simpleframework.xml.core declared as Version Modifier and Type Field Description private Version
VersionLabel. label
Represents the annotation used to label the field.private Version
ClassSchema. revision
This is the version annotation for the XML class schema.Methods in org.simpleframework.xml.core that return Version Modifier and Type Method Description Version
ClassSchema. getRevision()
This is theVersion
for the scanned class.Version
DefaultScanner. getRevision()
This is theVersion
for the scanned class.Version
ObjectScanner. getRevision()
This is theVersion
for the scanned class.Version
PrimitiveScanner. getRevision()
This is theVersion
for the scanned class.Version
Scanner. getRevision()
This is theVersion
for the scanned class.Version
Schema. getRevision()
This is theVersion
for the scanned class.Version
Structure. getRevision()
This is theVersion
for the scanned class.Version
Context. getVersion(java.lang.Class type)
This returns the version for the type specified.Version
Source. getVersion(java.lang.Class type)
This returns the version for the type specified.Constructors in org.simpleframework.xml.core with parameters of type Version Constructor Description VersionLabel(Contact contact, Version label, Format format)
Constructor for theVersionLabel
object.
-