Uses of Class
edu.harvard.hul.ois.jhove.IdentifierType
-
Packages that use IdentifierType Package Description edu.harvard.hul.ois.jhove 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 IdentifierType Modifier and Type Method Description IdentifierTypeIdentifier. getType()Return the identifier type.static IdentifierTypeIdentifierType. valueOf(String name)Returns the enum constant of this type with the specified name.static IdentifierType[]IdentifierType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in edu.harvard.hul.ois.jhove with parameters of type IdentifierType Constructor Description Identifier(String value, IdentifierType type)Create an Identifier.Identifier(String value, IdentifierType type, String note)Create an Identifier.
-