EXIFTags#Type
public static enum EXIFUtilities.EXIFTagType extends Enum<EXIFUtilities.EXIFTagType>
Enum Constant and Description |
---|
BASELINE
Deprecated.
|
EXIF
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static EXIFUtilities.EXIFTagType |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static EXIFUtilities.EXIFTagType[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EXIFUtilities.EXIFTagType BASELINE
public static final EXIFUtilities.EXIFTagType EXIF
public static EXIFUtilities.EXIFTagType[] values()
for (EXIFUtilities.EXIFTagType c : EXIFUtilities.EXIFTagType.values()) System.out.println(c);
public static EXIFUtilities.EXIFTagType 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 nullCopyright © 2006–2015 GeoSolutions. All rights reserved.