|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.harvard.hul.ois.mets.helper.Enum
edu.harvard.hul.ois.mets.Mdtype
This class encapsulates the metadata type enumeration. See <http://www.loc.gov/standards/mets/>.
| Field Summary | |
static Mdtype |
DC
Dublin Core. |
static Mdtype |
DDI
DDI. |
static Mdtype |
EAD
EAD. |
static Mdtype |
FGDC
FGDC. |
static Mdtype |
LC_AV
Library of Congress A/V. |
static Mdtype |
LOM
LOM. |
static Mdtype |
MARC
MARC. |
static Mdtype |
MODS
MODS. |
static Mdtype |
NISOIMG
NISO Image. |
static Mdtype |
OTHER
Other metadata type. |
static Mdtype |
PREMIS
PREMIS. |
static Mdtype |
TEIHDR
TEI header. |
static Mdtype |
VRA
Visual Resource Association. |
| Constructor Summary | |
Mdtype(java.lang.String value)
Instantiate a Mdtype object. |
|
| Method Summary | |
static Mdtype |
parse(java.lang.String name)
Return the metadata type by name. |
| Methods inherited from class edu.harvard.hul.ois.mets.helper.Enum |
equals, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final Mdtype MARC
public static final Mdtype MODS
public static final Mdtype EAD
public static final Mdtype DC
public static final Mdtype NISOIMG
public static final Mdtype LC_AV
public static final Mdtype VRA
public static final Mdtype TEIHDR
public static final Mdtype DDI
public static final Mdtype FGDC
public static final Mdtype LOM
public static final Mdtype PREMIS
public static final Mdtype OTHER
| Constructor Detail |
public Mdtype(java.lang.String value)
value - Metadata type value| Method Detail |
public static Mdtype parse(java.lang.String name)
throws MetsException
name - Metadata type name
MetsException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||