Uses of Class
gov.nasa.pds.registry.model.wrapper.RegistryAttributeWrapper

Packages that use RegistryAttributeWrapper
gov.nasa.pds.registry.client.results   
gov.nasa.pds.registry.model.wrapper   
 

Uses of RegistryAttributeWrapper in gov.nasa.pds.registry.client.results
 

Methods in gov.nasa.pds.registry.client.results that return RegistryAttributeWrapper
 RegistryAttributeWrapper AttributeFilter.getRaw()
           
 

Methods in gov.nasa.pds.registry.client.results with parameters of type RegistryAttributeWrapper
 void AttributeFilter.setRaw(RegistryAttributeWrapper raw)
           
 

Constructors in gov.nasa.pds.registry.client.results with parameters of type RegistryAttributeWrapper
AttributeFilter(RegistryAttributeWrapper raw, String value)
           
 

Uses of RegistryAttributeWrapper in gov.nasa.pds.registry.model.wrapper
 

Methods in gov.nasa.pds.registry.model.wrapper that return RegistryAttributeWrapper
static RegistryAttributeWrapper RegistryAttributeWrapper.get(String attributeName)
           
static RegistryAttributeWrapper RegistryAttributeWrapper.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static RegistryAttributeWrapper[] RegistryAttributeWrapper.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2010–2015 Planetary Data System. All rights reserved.