Uses of Class
com.thebuzzmedia.exiftool.core.StandardFormat
-
Packages that use StandardFormat Package Description com.thebuzzmedia.exiftool.core -
-
Uses of StandardFormat in com.thebuzzmedia.exiftool.core
Methods in com.thebuzzmedia.exiftool.core that return StandardFormat Modifier and Type Method Description static StandardFormat
StandardFormat. valueOf(String name)
Returns the enum constant of this type with the specified name.static StandardFormat[]
StandardFormat. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-