Uses of Class
edu.harvard.hul.ois.jhove.PropertyArity
-
Packages that use PropertyArity Package Description edu.harvard.hul.ois.jhove 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 PropertyArity Modifier and Type Method Description PropertyArityProperty. getArity()Returns the arity (type of structure) of this Property.static PropertyArityPropertyArity. valueOf(String name)Returns the enum constant of this type with the specified name.static PropertyArity[]PropertyArity. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in edu.harvard.hul.ois.jhove with parameters of type PropertyArity Modifier and Type Method Description static 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 PropertyArity Constructor Description Property(String name, PropertyType type, PropertyArity arity, Object value)Creates a Property with a given name, type, arity and value.
-