| Package | Description |
|---|---|
| edu.harvard.hul.ois.jhove |
Contains the classes needed for building a JHOVE application.
|
| Modifier and Type | Method and Description |
|---|---|
PropertyType |
Property.getType()
Returns the type of this Property.
|
static PropertyType |
PropertyType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PropertyType[] |
PropertyType.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,
Object value)
Creates a Property with arity SCALAR.
|
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.