Uses of Enum Class
edu.harvard.hul.ois.jhove.IdentifierType
Packages that use IdentifierType
Package
Description
Contains the classes needed for building a JHOVE application.
-
Uses of IdentifierType in edu.harvard.hul.ois.jhove
Methods in edu.harvard.hul.ois.jhove that return IdentifierTypeModifier and TypeMethodDescriptionIdentifier.getType()Return the identifier type.static IdentifierTypeReturns the enum constant of this class with the specified name.static IdentifierType[]IdentifierType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in edu.harvard.hul.ois.jhove with parameters of type IdentifierTypeModifierConstructorDescriptionIdentifier(String value, IdentifierType type) Create an Identifier.Identifier(String value, IdentifierType type, String note) Create an Identifier.