public static enum VuMarkInstanceId.Type extends java.lang.Enum<VuMarkInstanceId.Type>
VuMarkInstanceId.Type indicates the type of data that was found in the InstanceId
from which this data was decoded.VuMarkInstanceId.getType()| Modifier and Type | Method and Description |
|---|---|
static VuMarkInstanceId.Type |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static VuMarkInstanceId.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VuMarkInstanceId.Type UNKNOWN
public static final VuMarkInstanceId.Type NUMERIC
public static final VuMarkInstanceId.Type STRING
public static final VuMarkInstanceId.Type DATA
public static VuMarkInstanceId.Type[] values()
for (VuMarkInstanceId.Type c : VuMarkInstanceId.Type.values()) System.out.println(c);
public static VuMarkInstanceId.Type 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 null