Uses of Class
gov.nasa.pds.registry.model.RegistryStatus
-
Packages that use RegistryStatus Package Description gov.nasa.pds.registry.model -
-
Uses of RegistryStatus in gov.nasa.pds.registry.model
Methods in gov.nasa.pds.registry.model that return RegistryStatus Modifier and Type Method Description RegistryStatus
Report. getStatus()
static RegistryStatus
RegistryStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static RegistryStatus[]
RegistryStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in gov.nasa.pds.registry.model with parameters of type RegistryStatus Modifier and Type Method Description void
Report. setStatus(RegistryStatus status)
Constructors in gov.nasa.pds.registry.model with parameters of type RegistryStatus Constructor Description Report(RegistryStatus status)
-