|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--edu.harvard.hul.ois.jhove.Identifier
This class encapsulates information about an identifier for a specification document.
| Constructor Summary | |
Identifier(java.lang.String value,
IdentifierType type)
Create an Identifier. |
|
Identifier(java.lang.String value,
IdentifierType type,
java.lang.String note)
Create an Identifier. |
|
| Method Summary | |
java.lang.String |
getNote()
Return the note, which will be null if none was specified. |
IdentifierType |
getType()
Return the identifier type. |
java.lang.String |
getValue()
Return the displayable string. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Identifier(java.lang.String value,
IdentifierType type)
value - The text displayed for this Identifier.type - The type of identification.
public Identifier(java.lang.String value,
IdentifierType type,
java.lang.String note)
value - The text displayed for this Identifier.type - The type of identification.note - A note giving supplementary information.| Method Detail |
public IdentifierType getType()
public java.lang.String getValue()
public java.lang.String getNote()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||