Uses of Class
gov.nasa.pds.registry.model.ReplicationStatus
-
Packages that use ReplicationStatus Package Description gov.nasa.pds.registry.model -
-
Uses of ReplicationStatus in gov.nasa.pds.registry.model
Methods in gov.nasa.pds.registry.model that return ReplicationStatus Modifier and Type Method Description ReplicationStatus
ReplicationReport. getStatus()
static ReplicationStatus
ReplicationStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static ReplicationStatus[]
ReplicationStatus. 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 ReplicationStatus Modifier and Type Method Description void
ReplicationReport. setStatus(ReplicationStatus status)
-