public enum PropertyType extends Enum<PropertyType>
Property| Enum Constant and Description |
|---|
AESAUDIOMETADATA
Property type for an
AESAudioMetadata. |
BOOLEAN
Property type for a
Boolean object, or a
boolean if the Arity is Array. |
BYTE
Property type for a
Byte object, or a byte
if the Arity is Array. |
CHARACTER
Property type for a
Character object, or a
char if the Arity is Array. |
DATE
Property type for a
Date object. |
DOUBLE
Property type for a
Double object, or
a double if the Arity is Array. |
FLOAT
Property type for a
Float object, or a
float if the Arity is Array. |
INTEGER
Property type for an
Integer object, or an
integer if the Arity is Array. |
LONG
Property type for a
Long object, or a
long if the Arity is Array. |
NISOIMAGEMETADATA
Property type for a
NisoImageMetadata. |
OBJECT
Property type for an
Object. |
PROPERTY
Property type for a
Property object. |
RATIONAL
Property type for a
Rational object. |
SHORT
Property type for a
Short object, or a
short if the Arity is Array. |
STRING
Property type for a
String object. |
TEXTMDMETADATA
Property type for a
TextMDMetadata. |
| Modifier and Type | Field and Description |
|---|---|
String |
name
A String name for the type, used for reporting.
|
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static PropertyType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PropertyType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
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.public final String name
public static PropertyType[] values()
for (PropertyType c : PropertyType.values()) System.out.println(c);
public static PropertyType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String toString()
toString in class Enum<PropertyType>Copyright © 2008–2021 The Open Preservation Foundation. All rights reserved.