| Package | Description |
|---|---|
| edu.harvard.hul.ois.jhove |
Contains the classes needed for building a JHOVE application.
|
| Modifier and Type | Field and Description |
|---|---|
static PropertyArity |
PropertyArity.ARRAY
An Arity corresponding to a Java array.
|
static PropertyArity |
PropertyArity.LIST
An Arity corresponding to java.util.List or any of its derived classes.
|
static PropertyArity |
PropertyArity.MAP
An Arity corresponding to java.util.Map or any of its derived classes.
|
static PropertyArity |
PropertyArity.SCALAR
An Arity corresponding to a simple object, which must be of a
type corresponding to one of the instances of
PropertyType. |
static PropertyArity |
PropertyArity.SET
An Arity corresponding to java.util.Set or any of its derived classes.
|
| Modifier and Type | Method and Description |
|---|---|
PropertyArity |
Property.getArity()
Returns the arity (type of structure) of this Property.
|
| 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–2017 The Open Preservation Foundation. All rights reserved.