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.Constructors in org.dspace.content with parameters of type MetadataSchemaEnum Constructor Description MetadataFieldName(MetadataSchemaEnum schema, String element)Initialize a tuple of (schema, element, qualifier=null) to name a metadata field.MetadataFieldName(MetadataSchemaEnum schema, String element, String qualifier)Initialize a tuple of (schema, element, qualifier) to name a metadata field.
-