Interface Field
- All Superinterfaces:
Comparable<Field>
- All Known Implementing Classes:
ByteArrayField
,DirectoryField
,MultiValueField
,StringField
TIFF field, a.k.a. IFD entry.
-
Method Summary
Methods inherited from interface java.lang.Comparable
compareTo
-
Method Details
-
forTag
-
getDataType
DataType getDataType() -
getTag
Tag getTag() -
getFirstValue
Object getFirstValue()- Returns:
- For instances of type
DataType.BYTE
orDataType.UNDEFINED
, a byte array. For all other types, the first value.
-
getValues
- Returns:
- For instances of type
DataType.BYTE
orDataType.UNDEFINED
, a one-element instance containing a byte array. For all other types, an instance containing one element per value.
-