public enum IPTCFotoStationTag extends java.lang.Enum<IPTCFotoStationTag> implements IPTCTag
Enum Constant and Description |
---|
UNKNOWN |
MAX_STRING_REPR_LEN
Modifier and Type | Method and Description |
---|---|
boolean |
allowMultiple() |
static IPTCFotoStationTag |
fromTag(int value) |
java.lang.String |
getDataAsString(byte[] data) |
java.lang.String |
getName() |
int |
getRecordNumber() |
int |
getTag() |
java.lang.String |
toString() |
static IPTCFotoStationTag |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IPTCFotoStationTag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IPTCFotoStationTag UNKNOWN
public static IPTCFotoStationTag[] values()
for (IPTCFotoStationTag c : IPTCFotoStationTag.values()) System.out.println(c);
public static IPTCFotoStationTag valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic static IPTCFotoStationTag fromTag(int value)
public boolean allowMultiple()
allowMultiple
in interface IPTCTag
public java.lang.String getDataAsString(byte[] data)
getDataAsString
in interface IPTCTag
public int getRecordNumber()
getRecordNumber
in interface IPTCTag
public java.lang.String toString()
toString
in class java.lang.Enum<IPTCFotoStationTag>