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