Uses of Class
edu.harvard.hul.ois.jhove.AgentType
-
Packages that use AgentType Package Description edu.harvard.hul.ois.jhove Contains the classes needed for building a JHOVE application. -
-
Uses of AgentType in edu.harvard.hul.ois.jhove
Methods in edu.harvard.hul.ois.jhove that return AgentType Modifier and Type Method Description AgentTypeAgent. getType()Returns the value of the type property.static AgentTypeAgentType. valueOf(String name)Returns the enum constant of this type with the specified name.static AgentType[]AgentType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in edu.harvard.hul.ois.jhove with parameters of type AgentType Constructor Description Builder(String name, AgentType type)
-