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