| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.harvard.hul.ois.jhove.EnumerationType
edu.harvard.hul.ois.jhove.PropertyType
public final class PropertyType
This class defines enumerated types for an Property of some given content. Applications will not create or modify PropertyTypes, but will use one of the predefined PropertyType instances BOOLEAN, BYTE, CHARACTER, DATE, DOUBLE, FLOAT, INTEGER, LONG, OBJECT, PROPERTY, SHORT, STRING, RATIONAL, or NISOIMAGEMETADATA.
Property| Field Summary | |
|---|---|
| static PropertyType | AESAUDIOMETADATAProperty type for an AESAudioMetadata. | 
| static PropertyType | BOOLEANProperty type for a Booleanobject, or abooleanif the Arity is Array. | 
| static PropertyType | BYTEProperty type for a Byteobject, or abyteif the Arity is Array. | 
| static PropertyType | CHARACTERProperty type for a Characterobject, or acharif the Arity is Array. | 
| static PropertyType | DATEProperty type for a Dateobject. | 
| static PropertyType | DOUBLEProperty type for a Doubleobject, or 
adoubleif the Arity is Array. | 
| static PropertyType | FLOATProperty type for a Floatobject, or afloatif the Arity is Array. | 
| static PropertyType | INTEGERProperty type for an Integerobject, or anintegerif the Arity is Array. | 
| static PropertyType | LONGProperty type for a Longobject, or alongif the Arity is Array. | 
| static PropertyType | NISOIMAGEMETADATAProperty type for a NisoImageMetadata. | 
| static PropertyType | OBJECTProperty type for an Object. | 
| static PropertyType | PROPERTYProperty type for a Propertyobject. | 
| static PropertyType | RATIONALProperty type for a Rationalobject. | 
| static PropertyType | SHORTProperty type for a Shortobject, or ashortif the Arity is Array. | 
| static PropertyType | STRINGProperty type for a Stringobject. | 
| static PropertyType | TEXTMDMETADATAProperty type for a TextMDMetadata. | 
| Method Summary | 
|---|
| Methods inherited from class edu.harvard.hul.ois.jhove.EnumerationType | 
|---|
| equals, toString | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Field Detail | 
|---|
public static final PropertyType BOOLEAN
Boolean object, or a
  boolean if the Arity is Array.
public static final PropertyType BYTE
Byte object, or a byte
  if the Arity is Array.
public static final PropertyType CHARACTER
Character object, or a
  char if the Arity is Array.
public static final PropertyType DATE
Date object.
public static final PropertyType DOUBLE
Double object, or 
a double if the Arity is Array.
public static final PropertyType FLOAT
Float object, or a
  float if the Arity is Array.
public static final PropertyType INTEGER
Integer object, or an
  integer if the Arity is Array.
public static final PropertyType LONG
Long object, or a
  long if the Arity is Array.
public static final PropertyType OBJECT
Object.
public static final PropertyType AESAUDIOMETADATA
AESAudioMetadata.
public static final PropertyType NISOIMAGEMETADATA
NisoImageMetadata.
public static final PropertyType TEXTMDMETADATA
TextMDMetadata.
public static final PropertyType PROPERTY
Property object.
public static final PropertyType SHORT
Short object, or a
  short if the Arity is Array.
public static final PropertyType STRING
String object.
public static final PropertyType RATIONAL
Rational object.
| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||