public enum MinorCoreIdMetadataKey extends Enum<MinorCoreIdMetadataKey> implements IKlvKey
MinorCoreId metadata keys.
See ST1908 for more information on these values.| Modifier and Type | Method and Description |
|---|---|
int |
getIdentifier()
Get the identifier value associated with this enumeration value.
|
static MinorCoreIdMetadataKey |
getKey(int tag)
Look up the metadata key by tag identifier.
|
boolean |
isDeprecated() |
static MinorCoreIdMetadataKey |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MinorCoreIdMetadataKey[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MinorCoreIdMetadataKey Undefined
public static final MinorCoreIdMetadataKey uuid
public static MinorCoreIdMetadataKey[] values()
for (MinorCoreIdMetadataKey c : MinorCoreIdMetadataKey.values()) System.out.println(c);
public static MinorCoreIdMetadataKey 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 IKlvKeypublic static MinorCoreIdMetadataKey getKey(int tag)
tag - the integer tag value to look uppublic boolean isDeprecated()
Copyright © 2022 West Ridge Systems. All rights reserved.