@Deprecated public static enum TFunctionDefinition.Kind extends Enum<TFunctionDefinition.Kind>
| Enum Constant and Description |
|---|
FEEL
Deprecated.
|
JAVA
Deprecated.
|
PMML
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static TFunctionDefinition.Kind |
determineFromString(String code)
Deprecated.
|
static TFunctionDefinition.Kind |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static TFunctionDefinition.Kind[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TFunctionDefinition.Kind FEEL
public static final TFunctionDefinition.Kind JAVA
public static final TFunctionDefinition.Kind PMML
public final String code
public static TFunctionDefinition.Kind[] values()
for (TFunctionDefinition.Kind c : TFunctionDefinition.Kind.values()) System.out.println(c);
public static TFunctionDefinition.Kind 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 static TFunctionDefinition.Kind determineFromString(String code)
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.