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.ExecutionTypeExternalFlow. m_ExecutionTypehow to execute the flow.Methods in adams.flow.standalone that return ExternalFlow.ExecutionType Modifier and Type Method Description ExternalFlow.ExecutionTypeExternalFlow. getExecutionType()Returns how to execute the flow.static ExternalFlow.ExecutionTypeExternalFlow.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 voidExternalFlow. setExecutionType(ExternalFlow.ExecutionType value)Sets how to execute the flow.
-