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