Uses of Enum Class
edu.harvard.hul.ois.jhove.PropertyType
Packages that use PropertyType
Package
Description
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 PropertyTypeModifier and TypeMethodDescriptionProperty.getType()Returns the type of this Property.static PropertyTypeReturns the enum constant of this class with the specified name.static PropertyType[]PropertyType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in edu.harvard.hul.ois.jhove with parameters of type PropertyTypeModifierConstructorDescriptionProperty(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.