Package edu.harvard.hul.ois.jhove
Class Identifier
java.lang.Object
edu.harvard.hul.ois.jhove.Identifier
This class encapsulates information about an identifier
for a specification document.
-
Constructor Summary
ConstructorsConstructorDescriptionIdentifier(String value, IdentifierType type) Create an Identifier.Identifier(String value, IdentifierType type, String note) Create an Identifier. -
Method Summary
-
Constructor Details
-
Identifier
Create an Identifier.- Parameters:
value- The text displayed for this Identifier.type- The type of identification.
-
Identifier
Create an Identifier.- Parameters:
value- The text displayed for this Identifier.type- The type of identification.note- A note giving supplementary information.
-
-
Method Details
-
getType
Return the identifier type. -
getValue
Return the displayable string. -
getNote
Return the note, which will be null if none was specified.
-