|
||||||||||
| 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.Type
This class encapsulates the agent type enumeration. See <http://www.loc.gov/standards/mets/>.
| Field Summary | |
static Type |
INDIVIDUAL
Individual agent. |
static Type |
ORGANIZATION
Organization agent. |
static Type |
OTHER
Other agent type. |
| Constructor Summary | |
Type(java.lang.String value)
Instantiate a Type object. |
|
| Method Summary | |
static Type |
parse(java.lang.String name)
Return agent 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 Type INDIVIDUAL
public static final Type ORGANIZATION
public static final Type OTHER
| Constructor Detail |
public Type(java.lang.String value)
value - Type value| Method Detail |
public static Type parse(java.lang.String name)
throws MetsException
name - Name
MetsException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||