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 VersionVersionLabel. labelRepresents the annotation used to label the field.private VersionClassSchema. revisionThis is the version annotation for the XML class schema.Methods in org.simpleframework.xml.core that return Version Modifier and Type Method Description VersionClassSchema. getRevision()This is theVersionfor the scanned class.VersionDefaultScanner. getRevision()This is theVersionfor the scanned class.VersionObjectScanner. getRevision()This is theVersionfor the scanned class.VersionPrimitiveScanner. getRevision()This is theVersionfor the scanned class.VersionScanner. getRevision()This is theVersionfor the scanned class.VersionSchema. getRevision()This is theVersionfor the scanned class.VersionStructure. getRevision()This is theVersionfor the scanned class.VersionContext. getVersion(java.lang.Class type)This returns the version for the type specified.VersionSource. 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 theVersionLabelobject.
-