Uses of Enum Class
edu.ucsb.nceas.metacat.admin.UpgradeStatus
-
Uses of UpgradeStatus in edu.ucsb.nceas.metacat.admin
Modifier and TypeMethodDescriptionstatic UpgradeStatus
HashStoreConversionAdmin.getStatus()
Get the status of conversion.protected static UpgradeStatus
Get the upgrade status for the given versionstatic UpgradeStatus
Get the UpgradeStatus object from the given stringstatic UpgradeStatus
Returns the enum constant of this class with the specified name.static UpgradeStatus[]
UpgradeStatus.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionprotected static void
HashStoreConversionAdmin.setStatus
(String version, UpgradeStatus status)