Uses of Class
org.xwiki.extension.version.Version.Type
-
Packages that use Version.Type Package Description org.xwiki.extension.version -
-
Uses of Version.Type in org.xwiki.extension.version
Methods in org.xwiki.extension.version that return Version.Type Modifier and Type Method Description Version.Type
Version. getType()
static Version.Type
Version.Type. valueOf(String name)
Returns the enum constant of this type with the specified name.static Version.Type[]
Version.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-