|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.harvard.hul.ois.jhove.EnumerationType
edu.harvard.hul.ois.jhove.AgentType
public final class AgentType
This class defines enumerated types for an Agent. Applications will not create or modify AgentTypes, but will use one of the predefined AgentType instances COMMERCIAL, GOVERNMENT, EDUCATIONAL, NONPROFIT, STANDARD, or OTHER.
Agent
Field Summary | |
---|---|
static AgentType |
COMMERCIAL
Agent type for a commercial entity. |
static AgentType |
EDUCATIONAL
Agent type for an educational institution. |
static AgentType |
GOVERNMENT
Agent type for a governmental body. |
static AgentType |
NONPROFIT
Agent type for a non-profit organization. |
static AgentType |
OTHER
Agent type that doesn't fit the other categories. |
static AgentType |
STANDARD
Agent type for a standards body. |
Method Summary |
---|
Methods inherited from class edu.harvard.hul.ois.jhove.EnumerationType |
---|
equals, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final AgentType COMMERCIAL
public static final AgentType GOVERNMENT
public static final AgentType EDUCATIONAL
public static final AgentType NONPROFIT
public static final AgentType STANDARD
public static final AgentType OTHER
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |