Uses of Annotation Interface
org.simpleframework.xml.Version
Packages that use Version
-
Uses of Version in org.simpleframework.xml.core
Fields in org.simpleframework.xml.core declared as VersionModifier and TypeFieldDescriptionprivate VersionVersionLabel.labelRepresents the annotation used to label the field.private final VersionClassSchema.revisionThis is the version annotation for the XML class schema.Methods in org.simpleframework.xml.core that return VersionModifier and TypeMethodDescriptionClassSchema.getRevision()This is theVersionfor the scanned class.DefaultScanner.getRevision()This is theVersionfor the scanned class.ObjectScanner.getRevision()This is theVersionfor the scanned class.PrimitiveScanner.getRevision()This is theVersionfor the scanned class.Scanner.getRevision()This is theVersionfor the scanned class.Schema.getRevision()This is theVersionfor the scanned class.Structure.getRevision()This is theVersionfor the scanned class.Context.getVersion(Class type) This returns the version for the type specified.Source.getVersion(Class type) This returns the version for the type specified.Constructors in org.simpleframework.xml.core with parameters of type VersionModifierConstructorDescriptionVersionLabel(Contact contact, Version label, Format format) Constructor for theVersionLabelobject.