@Portable public enum FactMappingValueOperator extends Enum<FactMappingValueOperator>
org.drools.workbench.screens.scenariosimulation.backend.server.OperatorEvaluator| Enum Constant and Description |
|---|
EQUALS |
| Modifier and Type | Method and Description |
|---|---|
static FactMappingValueOperator |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FactMappingValueOperator[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FactMappingValueOperator EQUALS
public static FactMappingValueOperator[] values()
for (FactMappingValueOperator c : FactMappingValueOperator.values()) System.out.println(c);
public static FactMappingValueOperator 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 © 2001–2018 JBoss by Red Hat. All rights reserved.