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