public static enum LeafNode.LeafType extends Enum<LeafNode.LeafType>
Enum Constant and Description |
---|
FeatureVectorLeafNode |
FloatLeafNode |
IntAndFloatArrayLeafNode |
IntArrayLeafNode |
PdfLeafNode |
StringAndFloatLeafNode |
Modifier and Type | Method and Description |
---|---|
static LeafNode.LeafType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LeafNode.LeafType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LeafNode.LeafType IntArrayLeafNode
public static final LeafNode.LeafType FloatLeafNode
public static final LeafNode.LeafType IntAndFloatArrayLeafNode
public static final LeafNode.LeafType StringAndFloatLeafNode
public static final LeafNode.LeafType FeatureVectorLeafNode
public static final LeafNode.LeafType PdfLeafNode
public static LeafNode.LeafType[] values()
for (LeafNode.LeafType c : LeafNode.LeafType.values()) System.out.println(c);
public static LeafNode.LeafType 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 nullCopyright © 2000–2016 DFKI GmbH. All rights reserved.