Package org.kie.dmn.model.v1_1
Enum TFunctionDefinition.Kind
- java.lang.Object
-
- java.lang.Enum<TFunctionDefinition.Kind>
-
- org.kie.dmn.model.v1_1.TFunctionDefinition.Kind
-
- All Implemented Interfaces:
Serializable,Comparable<TFunctionDefinition.Kind>
- Enclosing class:
- TFunctionDefinition
@Deprecated public static enum TFunctionDefinition.Kind extends Enum<TFunctionDefinition.Kind>
Deprecated.
-
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static TFunctionDefinition.KinddetermineFromString(String code)Deprecated.static TFunctionDefinition.KindvalueOf(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.
-
-
-
Enum Constant Detail
-
FEEL
public static final TFunctionDefinition.Kind FEEL
Deprecated.
-
JAVA
public static final TFunctionDefinition.Kind JAVA
Deprecated.
-
PMML
public static final TFunctionDefinition.Kind PMML
Deprecated.
-
-
Field Detail
-
code
public final String code
Deprecated.
-
-
Method Detail
-
values
public static TFunctionDefinition.Kind[] values()
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (TFunctionDefinition.Kind c : TFunctionDefinition.Kind.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static TFunctionDefinition.Kind valueOf(String name)
Deprecated.Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
determineFromString
public static TFunctionDefinition.Kind determineFromString(String code)
Deprecated.
-
-