Uses of Class
gov.nasa.pds.registry.model.wrapper.RegistryAttributeWrapper
-
Packages that use RegistryAttributeWrapper Package Description gov.nasa.pds.registry.model.wrapper -
-
Uses of RegistryAttributeWrapper in gov.nasa.pds.registry.model.wrapper
Methods in gov.nasa.pds.registry.model.wrapper that return RegistryAttributeWrapper Modifier and Type Method Description 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.
-