Uses of Class
org.dspace.content.MetadataSchemaEnum
-
Packages that use MetadataSchemaEnum Package Description org.dspace.content Provides an API for reading and manipulating content in the DSpace system. -
-
Uses of MetadataSchemaEnum in org.dspace.content
Methods in org.dspace.content that return MetadataSchemaEnum Modifier and Type Method Description static MetadataSchemaEnumMetadataSchemaEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static MetadataSchemaEnum[]MetadataSchemaEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.
-