public static enum VectorizedSupport.Support extends java.lang.Enum<VectorizedSupport.Support>
Enum Constant and Description |
---|
DECIMAL_64 |
Modifier and Type | Field and Description |
---|---|
static java.util.Map<java.lang.String,VectorizedSupport.Support> |
nameToSupportMap |
Modifier and Type | Method and Description |
---|---|
static VectorizedSupport.Support |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static VectorizedSupport.Support[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VectorizedSupport.Support DECIMAL_64
public static final java.util.Map<java.lang.String,VectorizedSupport.Support> nameToSupportMap
public static VectorizedSupport.Support[] values()
for (VectorizedSupport.Support c : VectorizedSupport.Support.values()) System.out.println(c);
public static VectorizedSupport.Support 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