Uses of Class
gov.nasa.pds.registry.model.wrapper.AssociationRegistryAttribute
-
Packages that use AssociationRegistryAttribute Package Description gov.nasa.pds.registry.model.wrapper -
-
Uses of AssociationRegistryAttribute in gov.nasa.pds.registry.model.wrapper
Methods in gov.nasa.pds.registry.model.wrapper that return AssociationRegistryAttribute Modifier and Type Method Description static AssociationRegistryAttribute
AssociationRegistryAttribute. get(String attributeName)
static AssociationRegistryAttribute
AssociationRegistryAttribute. valueOf(String name)
Returns the enum constant of this type with the specified name.static AssociationRegistryAttribute[]
AssociationRegistryAttribute. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-