| Package | Description |
|---|---|
| edu.harvard.hul.ois.jhove |
Contains the classes needed for building a JHOVE application.
|
| Modifier and Type | Method and Description |
|---|---|
IdentifierType |
Identifier.getType()
Return the identifier type.
|
static IdentifierType |
IdentifierType.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.
|
| Constructor and Description |
|---|
Identifier(String value,
IdentifierType type)
Create an Identifier.
|
Identifier(String value,
IdentifierType type,
String note)
Create an Identifier.
|
Copyright © 2008–2021 The Open Preservation Foundation. All rights reserved.