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