| 
 | |||||||||
| 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 | COMMERCIALAgent type for a commercial entity. | 
| static AgentType | EDUCATIONALAgent type for an educational institution. | 
| static AgentType | GOVERNMENTAgent type for a governmental body. | 
| static AgentType | NONPROFITAgent type for a non-profit organization. | 
| static AgentType | OTHERAgent type that doesn't fit the other categories. | 
| static AgentType | STANDARDAgent 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 | ||||||||