public static enum DataSplitter.SplitterType extends java.lang.Enum<DataSplitter.SplitterType>
Enum Constant and Description |
---|
GENERIC |
GIEVNN |
RATIO |
VALIDATION |
Modifier and Type | Method and Description |
---|---|
static DataSplitter.SplitterType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DataSplitter.SplitterType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DataSplitter.SplitterType GENERIC
public static final DataSplitter.SplitterType GIEVNN
public static final DataSplitter.SplitterType RATIO
public static final DataSplitter.SplitterType VALIDATION
public static DataSplitter.SplitterType[] values()
for (DataSplitter.SplitterType c : DataSplitter.SplitterType.values()) System.out.println(c);
public static DataSplitter.SplitterType 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 nullCopyright © 2017. All Rights Reserved.