public final class EngineOperationMode
extends org.eclipse.emf.common.util.AbstractEnumerator
| Modifier and Type | Field and Description |
|---|---|
static int |
IGNORE_LOGICAL_LOOPS
The 'Ignore Logical Loops' literal value
|
static EngineOperationMode |
IGNORE_LOGICAL_LOOPS_LITERAL
The 'Ignore Logical Loops' literal object
|
static int |
PROCESS_ALL_LOGICAL_LOOPS
The 'Process All Logical Loops' literal value
|
static EngineOperationMode |
PROCESS_ALL_LOGICAL_LOOPS_LITERAL
The 'Process All Logical Loops' literal object
|
static int |
PROCESS_MULTI_RULE_LOGICAL_LOOPS
The 'Process Multi Rule Logical Loops' literal value
|
static EngineOperationMode |
PROCESS_MULTI_RULE_LOGICAL_LOOPS_LITERAL
The 'Process Multi Rule Logical Loops' literal object
|
static java.util.List |
VALUES
A public read-only list of all the 'Engine Operation Mode' enumerators
|
| Modifier and Type | Method and Description |
|---|---|
static EngineOperationMode |
get(int value)
Returns the 'Engine Operation Mode' literal with the specified integer value
|
static EngineOperationMode |
get(java.lang.String literal)
Returns the 'Engine Operation Mode' literal with the specified literal value
|
static EngineOperationMode |
getByName(java.lang.String name)
Returns the 'Engine Operation Mode' literal with the specified name
|
public static final int IGNORE_LOGICAL_LOOPS
If the meaning of 'Ignore Logical Loops' literal object isn't clear, there really should be more of a description here...
public static final int PROCESS_ALL_LOGICAL_LOOPS
If the meaning of 'Process All Logical Loops' literal object isn't clear, there really should be more of a description here...
public static final int PROCESS_MULTI_RULE_LOGICAL_LOOPS
If the meaning of 'Process Multi Rule Logical Loops' literal object isn't clear, there really should be more of a description here...
public static final EngineOperationMode IGNORE_LOGICAL_LOOPS_LITERAL
IGNORE_LOGICAL_LOOPSpublic static final EngineOperationMode PROCESS_ALL_LOGICAL_LOOPS_LITERAL
PROCESS_ALL_LOGICAL_LOOPSpublic static final EngineOperationMode PROCESS_MULTI_RULE_LOGICAL_LOOPS_LITERAL
PROCESS_MULTI_RULE_LOGICAL_LOOPSpublic static final java.util.List VALUES
public static EngineOperationMode get(java.lang.String literal)
public static EngineOperationMode getByName(java.lang.String name)
public static EngineOperationMode get(int value)
Copyright © 2005-2016 Progress Software Corporation and/or its subsidiaries and affiliates. All rights reserved.