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 StatusInfo.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 StatusInfo.setStatus(RegistryStatus status)
           
 

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



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