Package | Description |
---|---|
edu.harvard.hul.ois.jhove |
Contains the classes needed for building a JHOVE application.
|
Modifier and Type | Field and Description |
---|---|
static IdentifierType |
IdentifierType.ANSI
Identifier type for American National Standards Institute.
|
static IdentifierType |
IdentifierType.CCITT
Identifier type for CCITT.
|
static IdentifierType |
IdentifierType.DDC
Identifier type for Dewey Decimal Classification.
|
static IdentifierType |
IdentifierType.DOI
Identifier type for Digital Object Identifier.
|
static IdentifierType |
IdentifierType.ECMA
Identifier type for ECMA.
|
static IdentifierType |
IdentifierType.HANDLE
Identifier type for CNRI Handle.
|
static IdentifierType |
IdentifierType.ISBN
Identifier type for International Standard Book Number.
|
static IdentifierType |
IdentifierType.ISO
Identifier type for International Standards Organization.
|
static IdentifierType |
IdentifierType.ITU
Identifier type for International Telecommunication Union.
|
static IdentifierType |
IdentifierType.JEITA
Identifier type for Japan Electronics and Information Technology
Industries Association.
|
static IdentifierType |
IdentifierType.LC
Identifier type for Library of Congress classification.
|
static IdentifierType |
IdentifierType.LCCN
Identifier type for Library of Congress catalogue number.
|
static IdentifierType |
IdentifierType.NISO
Identifier type for NISO standard number.
|
static IdentifierType |
IdentifierType.OTHER
Identifier type for whatever doesn't fit other categories.
|
static IdentifierType |
IdentifierType.PII
Identifier type for Publisher Item Identifier.
|
static IdentifierType |
IdentifierType.RFC
Identifier type for IETF Request for Comment.
|
static IdentifierType |
IdentifierType.SICI
Identifier type for Serial Item and Contribution Identifier.
|
static IdentifierType |
IdentifierType.URI
Identifier type for Uniform Resource Identifier.
|
static IdentifierType |
IdentifierType.URL
Identifier type for Uniform Resource Locator.
|
static IdentifierType |
IdentifierType.URN
Identifier type for Uniform Resource Name.
|
Modifier and Type | Method and Description |
---|---|
IdentifierType |
Identifier.getType()
Return the identifier type.
|
Constructor and Description |
---|
Identifier(String value,
IdentifierType type)
Create an Identifier.
|
Identifier(String value,
IdentifierType type,
String note)
Create an Identifier.
|
Copyright © 2008–2017 The Open Preservation Foundation. All rights reserved.