public enum EXIFOutputMode extends Enum<EXIFOutputMode>
| Enum Constant and Description |
|---|
RDF
RDF Output
|
TEXT
Textual output
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
output(PrintWriter output,
File tmp,
RDFExifTool tool) |
void |
output(PrintWriter output,
File tmp,
String realName,
RDFExifTool tool) |
static EXIFOutputMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EXIFOutputMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EXIFOutputMode TEXT
public static final EXIFOutputMode RDF
public static EXIFOutputMode[] values()
for (EXIFOutputMode c : EXIFOutputMode.values()) System.out.println(c);
public static EXIFOutputMode 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 abstract void output(PrintWriter output, File tmp, RDFExifTool tool) throws IllegalArgumentException, SecurityException, IOException
public void output(PrintWriter output, File tmp, String realName, RDFExifTool tool) throws IllegalArgumentException, SecurityException, IOException