Uses of Enum Class
edu.ucsb.nceas.metacat.admin.UpgradeStatus
Packages that use UpgradeStatus
-
Uses of UpgradeStatus in edu.ucsb.nceas.metacat.admin
Methods in edu.ucsb.nceas.metacat.admin that return UpgradeStatusModifier 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.Methods in edu.ucsb.nceas.metacat.admin with parameters of type UpgradeStatusModifier and TypeMethodDescriptionprotected static void
HashStoreConversionAdmin.setStatus
(String version, UpgradeStatus status)