public static enum TPredictArgument.EArgumentType extends Enum<TPredictArgument.EArgumentType>
Enum Constant and Description |
---|
INPUT_DATA |
MODEL |
STRUCT |
Modifier and Type | Method and Description |
---|---|
static TPredictArgument.EArgumentType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TPredictArgument.EArgumentType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TPredictArgument.EArgumentType MODEL
public static final TPredictArgument.EArgumentType INPUT_DATA
public static final TPredictArgument.EArgumentType STRUCT
public static TPredictArgument.EArgumentType[] values()
for (TPredictArgument.EArgumentType c : TPredictArgument.EArgumentType.values()) System.out.println(c);
public static TPredictArgument.EArgumentType 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 null