public static enum FeatureMap.Entry.Type extends java.lang.Enum<FeatureMap.Entry.Type>
| Enum Constant and Description |
|---|
BINARY_INDICATOR |
FLOAT |
INTEGER |
| Modifier and Type | Method and Description |
|---|---|
static FeatureMap.Entry.Type |
fromString(java.lang.String string) |
static FeatureMap.Entry.Type |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FeatureMap.Entry.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FeatureMap.Entry.Type BINARY_INDICATOR
public static final FeatureMap.Entry.Type FLOAT
public static final FeatureMap.Entry.Type INTEGER
public static FeatureMap.Entry.Type[] values()
for (FeatureMap.Entry.Type c : FeatureMap.Entry.Type.values()) System.out.println(c);
public static FeatureMap.Entry.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 nullpublic static FeatureMap.Entry.Type fromString(java.lang.String string)
Copyright © 2020. All Rights Reserved.