|
||||||||||
| 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.Loctype
This class encapsulates the location type enumeration. See <http://www.loc.gov/standards/mets/>.
| Field Summary | |
static Loctype |
DOI
DOI. |
static Loctype |
HANDLE
Handle. |
static Loctype |
OTHER
Other location type. |
static Loctype |
PURL
PURL. |
static Loctype |
URL
URL. |
static Loctype |
URN
URN. |
| Constructor Summary | |
Loctype(java.lang.String value)
Instantiate a Loctype object. |
|
| Method Summary | |
static Loctype |
parse(java.lang.String name)
Return Loctype 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 Loctype URN
public static final Loctype URL
public static final Loctype PURL
public static final Loctype HANDLE
public static final Loctype DOI
public static final Loctype OTHER
| Constructor Detail |
public Loctype(java.lang.String value)
value - Loctype value| Method Detail |
public static Loctype parse(java.lang.String name)
throws MetsException
name - Loctype name
MetsException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||