public enum IPTCObjectDataTag extends java.lang.Enum<IPTCObjectDataTag> implements IPTCTag
MAX_STRING_REPR_LEN
Modifier and Type | Method and Description |
---|---|
boolean |
allowMultiple() |
static IPTCObjectDataTag |
fromTag(int value) |
java.lang.String |
getDataAsString(byte[] data) |
java.lang.String |
getName() |
int |
getRecordNumber() |
int |
getTag() |
java.lang.String |
toString() |
static IPTCObjectDataTag |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IPTCObjectDataTag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IPTCObjectDataTag SUB_FILE
public static final IPTCObjectDataTag UNKNOWN
public static IPTCObjectDataTag[] values()
for (IPTCObjectDataTag c : IPTCObjectDataTag.values()) System.out.println(c);
public static IPTCObjectDataTag 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 IPTCObjectDataTag 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<IPTCObjectDataTag>