public enum MetsMdType extends Enum<MetsMdType>
| Enum Constant and Description |
|---|
DC |
DDI |
EACCPF |
EAD |
FGDC |
ISO_19115_2003_NAP |
LCAV |
LIDO |
LOM |
MARC |
METSRIGHTS |
MODS |
NISOIMG |
OTHER |
PREMIS |
PREMIS_AGENT |
PREMIS_EVENT |
PREMIS_OBJECT |
PREMIS_RIGHTS |
TEIHDR |
TEXTMD |
VRA |
| Modifier and Type | Method and Description |
|---|---|
String |
getDesc() |
String |
getType() |
static MetsMdType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MetsMdType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MetsMdType MARC
public static final MetsMdType MODS
public static final MetsMdType EAD
public static final MetsMdType DC
public static final MetsMdType NISOIMG
public static final MetsMdType LCAV
public static final MetsMdType VRA
public static final MetsMdType TEIHDR
public static final MetsMdType DDI
public static final MetsMdType FGDC
public static final MetsMdType LOM
public static final MetsMdType PREMIS
public static final MetsMdType PREMIS_OBJECT
public static final MetsMdType PREMIS_AGENT
public static final MetsMdType PREMIS_RIGHTS
public static final MetsMdType PREMIS_EVENT
public static final MetsMdType TEXTMD
public static final MetsMdType METSRIGHTS
public static final MetsMdType ISO_19115_2003_NAP
public static final MetsMdType EACCPF
public static final MetsMdType LIDO
public static final MetsMdType OTHER
public static MetsMdType[] values()
for (MetsMdType c : MetsMdType.values()) System.out.println(c);
public static MetsMdType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getType()
public String getDesc()
Copyright © 2020. All rights reserved.