Uses of Class
edu.harvard.hul.ois.jhove.PropertyType
-
Packages that use PropertyType Package Description edu.harvard.hul.ois.jhove Contains the classes needed for building a JHOVE application. -
-
Uses of PropertyType in edu.harvard.hul.ois.jhove
Methods in edu.harvard.hul.ois.jhove that return PropertyType Modifier and Type Method Description PropertyTypeProperty. getType()Returns the type of this Property.static PropertyTypePropertyType. valueOf(String name)Returns the enum constant of this type with the specified name.static PropertyType[]PropertyType. 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 PropertyType Constructor Description Property(String name, PropertyType type, PropertyArity arity, Object value)Creates a Property with a given name, type, arity and value.Property(String name, PropertyType type, Object value)Creates a Property with arity SCALAR.
-