Uses of Enum Class
org.dspace.content.MetadataSchemaEnum
Packages that use MetadataSchemaEnum
Package
Description
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 MetadataSchemaEnumModifier and TypeMethodDescriptionstatic MetadataSchemaEnumReturns the enum constant of this class with the specified name.static MetadataSchemaEnum[]MetadataSchemaEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.dspace.content with parameters of type MetadataSchemaEnumModifierConstructorDescriptionMetadataFieldName(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.