public static enum DesignAgent.AgentLanguage extends Enum<DesignAgent.AgentLanguage>
Enum Constant and Description |
---|
FORMULA |
IMPORTED_JAVA |
JAVA |
LS |
SIMPLE_ACTION |
Modifier and Type | Method and Description |
---|---|
static DesignAgent.AgentLanguage |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DesignAgent.AgentLanguage[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DesignAgent.AgentLanguage LS
public static final DesignAgent.AgentLanguage FORMULA
public static final DesignAgent.AgentLanguage JAVA
public static final DesignAgent.AgentLanguage IMPORTED_JAVA
public static final DesignAgent.AgentLanguage SIMPLE_ACTION
public static DesignAgent.AgentLanguage[] values()
for (DesignAgent.AgentLanguage c : DesignAgent.AgentLanguage.values()) System.out.println(c);
public static DesignAgent.AgentLanguage 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 nullCopyright © 2019–2021 HCL. All rights reserved.