public interface ExifValue
ExifTag,
for known exif tag types| Modifier and Type | Method and Description |
|---|---|
<T> T |
format(ExifData exifData,
FormField<?> formField,
GomFormElement form)
Format the given
ExifData. |
Object |
get()
The raw value of the extracted exif meta data.
|
ExifTag |
getTag()
Get the associated exif tag.
|
String |
toString()
Returns a string representation of the object.
|
@Nullable <T> T format(@Nullable ExifData exifData, @Nullable FormField<?> formField, @Nullable GomFormElement form)
ExifData.T - the formatted valueexifData - the data to formatformField - passed to an ExifValueFormatter which may map the formatted exif value to the form-fieldform - passed to an ExifValueFormatter to obtain special gom definitionsExifData,
ExifValueFormatter,
FormField,
GomFormElementObject get()
ExifTag getTag()
ExifTagString toString()
toString method returns a string that
"textually represents" this object. The result should
be a concise but informative representation that is easy for a
person to read.
It is recommended that all subclasses override this method.Copyright © 2015 e-Spirit AG. All Rights Reserved. Build 5.1.408