Uses of Class
gov.nasa.pds.registry.model.RegistryStatus

Packages that use RegistryStatus
gov.nasa.pds.registry.model   
 

Uses of RegistryStatus in gov.nasa.pds.registry.model
 

Methods in gov.nasa.pds.registry.model that return RegistryStatus
 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
 void Report.setStatus(RegistryStatus status)
           
 

Constructors in gov.nasa.pds.registry.model with parameters of type RegistryStatus
Report(RegistryStatus status)
           
 



Copyright © 2010-2012 Planetary Data System. All Rights Reserved.