Package | Description |
---|---|
edu.harvard.hul.ois.jhove |
Contains the classes needed for building a JHOVE application.
|
Modifier and Type | Field and Description |
---|---|
static PropertyType |
PropertyType.AESAUDIOMETADATA
Property type for an
AESAudioMetadata . |
static PropertyType |
PropertyType.BOOLEAN
Property type for a
Boolean object, or a
boolean if the Arity is Array. |
static PropertyType |
PropertyType.BYTE
Property type for a
Byte object, or a byte
if the Arity is Array. |
static PropertyType |
PropertyType.CHARACTER
Property type for a
Character object, or a
char if the Arity is Array. |
static PropertyType |
PropertyType.DATE
Property type for a
Date object. |
static PropertyType |
PropertyType.DOUBLE
Property type for a
Double object, or
a double if the Arity is Array. |
static PropertyType |
PropertyType.FLOAT
Property type for a
Float object, or a
float if the Arity is Array. |
static PropertyType |
PropertyType.INTEGER
Property type for an
Integer object, or an
integer if the Arity is Array. |
static PropertyType |
PropertyType.LONG
Property type for a
Long object, or a
long if the Arity is Array. |
static PropertyType |
PropertyType.NISOIMAGEMETADATA
Property type for a
NisoImageMetadata . |
static PropertyType |
PropertyType.OBJECT
Property type for an
Object . |
static PropertyType |
PropertyType.PROPERTY
Property type for a
Property object. |
static PropertyType |
PropertyType.RATIONAL
Property type for a
Rational object. |
static PropertyType |
PropertyType.SHORT
Property type for a
Short object, or a
short if the Arity is Array. |
static PropertyType |
PropertyType.STRING
Property type for a
String object. |
static PropertyType |
PropertyType.TEXTMDMETADATA
Property type for a
TextMDMetadata . |
Modifier and Type | Method and Description |
---|---|
PropertyType |
Property.getType()
Returns the type of this Property.
|
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–2017 The Open Preservation Foundation. All rights reserved.