public static enum TreeModel.SplitCharacteristic extends Enum<TreeModel.SplitCharacteristic> implements StringValue<TreeModel.SplitCharacteristic>
| Enum Constant and Description |
|---|
BINARY_SPLIT |
MULTI_SPLIT |
| Modifier and Type | Method and Description |
|---|---|
static TreeModel.SplitCharacteristic |
fromValue(String v) |
String |
toString() |
String |
value() |
static TreeModel.SplitCharacteristic |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TreeModel.SplitCharacteristic[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TreeModel.SplitCharacteristic BINARY_SPLIT
public static final TreeModel.SplitCharacteristic MULTI_SPLIT
public static TreeModel.SplitCharacteristic[] values()
for (TreeModel.SplitCharacteristic c : TreeModel.SplitCharacteristic.values()) System.out.println(c);
public static TreeModel.SplitCharacteristic 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 String value()
value in interface StringValue<TreeModel.SplitCharacteristic>public static TreeModel.SplitCharacteristic fromValue(String v)
public String toString()
toString in class Enum<TreeModel.SplitCharacteristic>Copyright © 2024. All rights reserved.