public enum AncillaryTextMetadataKey extends Enum<AncillaryTextMetadataKey> implements IKlvKey
Enum Constant and Description |
---|
MessageBody |
MessageCreationTime |
Originator |
PrecisionTimeStamp |
Source |
Undefined
Unknown key.
|
Modifier and Type | Method and Description |
---|---|
int |
getIdentifier()
Get the tag value associated with this enumeration value.
|
static AncillaryTextMetadataKey |
getKey(int tag)
Look up the metadata key by tag identifier.
|
static AncillaryTextMetadataKey |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AncillaryTextMetadataKey[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AncillaryTextMetadataKey Undefined
public static final AncillaryTextMetadataKey Originator
public static final AncillaryTextMetadataKey PrecisionTimeStamp
public static final AncillaryTextMetadataKey MessageBody
public static final AncillaryTextMetadataKey Source
public static final AncillaryTextMetadataKey MessageCreationTime
public static AncillaryTextMetadataKey[] values()
for (AncillaryTextMetadataKey c : AncillaryTextMetadataKey.values()) System.out.println(c);
public static AncillaryTextMetadataKey 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 int getIdentifier()
getIdentifier
in interface IKlvKey
public static AncillaryTextMetadataKey getKey(int tag)
tag
- the integer tag value to look upCopyright © 2022 West Ridge Systems. All rights reserved.