Package org.see.skf.util.models
Enum ExecutionConfiguration.ExecutionMode
java.lang.Object
java.lang.Enum<ExecutionConfiguration.ExecutionMode>
org.see.skf.util.models.ExecutionConfiguration.ExecutionMode
- All Implemented Interfaces:
Serializable,Comparable<ExecutionConfiguration.ExecutionMode>
- Enclosing class:
ExecutionConfiguration
public static enum ExecutionConfiguration.ExecutionMode
extends Enum<ExecutionConfiguration.ExecutionMode>
The mode for running the federation execution. This enumeration type is used for coordinating transitions between
federation execution run states.
- Since:
- 1.5
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Method Summary
Modifier and TypeMethodDescriptionshortgetValue()query(short value) Returns the enum constant of this type with the specified name.static ExecutionConfiguration.ExecutionMode[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
EXEC_MODE_UNDESIGNATED
-
EXEC_MODE_UNINITIALIZING
-
EXEC_MODE_INITIALIZED
-
EXEC_MODE_RUNNING
-
EXEC_MODE_FREEZE
-
EXEC_MODE_SHUTDOWN
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
query
-
getValue
public short getValue()
-