Uses of Class
org.xwiki.xar.XarEntryType.UpgradeType
-
Packages that use XarEntryType.UpgradeType Package Description org.xwiki.xar org.xwiki.xar.type -
-
Uses of XarEntryType.UpgradeType in org.xwiki.xar
Methods in org.xwiki.xar that return XarEntryType.UpgradeType Modifier and Type Method Description XarEntryType.UpgradeType
XarEntryType. getUpgradeType()
static XarEntryType.UpgradeType
XarEntryType.UpgradeType. valueOf(String name)
Returns the enum constant of this type with the specified name.static XarEntryType.UpgradeType[]
XarEntryType.UpgradeType. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of XarEntryType.UpgradeType in org.xwiki.xar.type
Methods in org.xwiki.xar.type that return XarEntryType.UpgradeType Modifier and Type Method Description XarEntryType.UpgradeType
AbstractXarEntryType. getUpgradeType()
Methods in org.xwiki.xar.type with parameters of type XarEntryType.UpgradeType Modifier and Type Method Description void
AbstractXarEntryType. setUpgradeType(XarEntryType.UpgradeType upgradeType)
-