| Package | Description |
|---|---|
| edu.harvard.hul.ois.jhove |
Contains the classes needed for building a JHOVE application.
|
| Modifier and Type | Method and Description |
|---|---|
PropertyArity |
Property.getArity()
Returns the arity (type of structure) of this Property.
|
static PropertyArity |
PropertyArity.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.
|
| Constructor and Description |
|---|
Property(String name,
PropertyType type,
PropertyArity arity,
Object value)
Creates a Property with a given name, type, arity and value.
|
Copyright © 2008–2019 The Open Preservation Foundation. All rights reserved.