public enum VChipMetadataKey extends Enum<VChipMetadataKey>
Enum Constant and Description |
---|
embeddedImage
An image “chip” of the image type specified by Tag 1.
|
imageType
Internet Assigned Numbers Authority (IANA) image media subtype specifying the VChip image
type (limited to “jpeg”, and “png”).
|
imageUri
Uniform Resource Identifier (or Uniform Resource Locator) that refers to an image stored on a
server.
|
Undefined
Unknown key.
|
Modifier and Type | Method and Description |
---|---|
static VChipMetadataKey |
getKey(int tag)
Look up a VChip tag by enum value.
|
int |
getTag()
Get the tag number associated with this VChip tag.
|
static VChipMetadataKey |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VChipMetadataKey[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VChipMetadataKey Undefined
public static final VChipMetadataKey imageType
public static final VChipMetadataKey imageUri
public static final VChipMetadataKey embeddedImage
public static VChipMetadataKey[] values()
for (VChipMetadataKey c : VChipMetadataKey.values()) System.out.println(c);
public static VChipMetadataKey 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 getTag()
public static VChipMetadataKey getKey(int tag)
tag
- the tag number.Copyright © 2022 West Ridge Systems. All rights reserved.