Uses of Enum Class
edu.harvard.hul.ois.jhove.PropertyArity
Packages that use PropertyArity
Package
Description
Contains the classes needed for building a JHOVE application.
-
Uses of PropertyArity in edu.harvard.hul.ois.jhove
Methods in edu.harvard.hul.ois.jhove that return PropertyArityModifier and TypeMethodDescriptionProperty.getArity()Returns the arity (type of structure) of this Property.static PropertyArityReturns the enum constant of this class with the specified name.static PropertyArity[]PropertyArity.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in edu.harvard.hul.ois.jhove with parameters of type PropertyArityModifier and TypeMethodDescriptionstatic booleanUtils.isPropertyEmpty(Property property, PropertyArity arity) Checks if a property would produce an empty XML element, and returns true if it would.Constructors in edu.harvard.hul.ois.jhove with parameters of type PropertyArityModifierConstructorDescriptionProperty(String name, PropertyType type, PropertyArity arity, Object value) Creates a Property with a given name, type, arity and value.