Uses of Class
adams.flow.standalone.ExternalFlow.ExecutionType
-
Packages that use ExternalFlow.ExecutionType Package Description adams.flow.standalone -
-
Uses of ExternalFlow.ExecutionType in adams.flow.standalone
Fields in adams.flow.standalone declared as ExternalFlow.ExecutionType Modifier and Type Field Description protected ExternalFlow.ExecutionType
ExternalFlow. m_ExecutionType
how to execute the flow.Methods in adams.flow.standalone that return ExternalFlow.ExecutionType Modifier and Type Method Description ExternalFlow.ExecutionType
ExternalFlow. getExecutionType()
Returns how to execute the flow.static ExternalFlow.ExecutionType
ExternalFlow.ExecutionType. valueOf(String name)
Returns the enum constant of this type with the specified name.static ExternalFlow.ExecutionType[]
ExternalFlow.ExecutionType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in adams.flow.standalone with parameters of type ExternalFlow.ExecutionType Modifier and Type Method Description void
ExternalFlow. setExecutionType(ExternalFlow.ExecutionType value)
Sets how to execute the flow.
-