Uses of Class
adams.flow.execution.ExecutionType
-
Packages that use ExecutionType Package Description adams.flow.execution -
-
Uses of ExecutionType in adams.flow.execution
Fields in adams.flow.execution declared as ExecutionType Modifier and Type Field Description protected ExecutionType[]
TraceExecutionTime. m_Types
the types to output.Fields in adams.flow.execution with type parameters of type ExecutionType Modifier and Type Field Description protected Set<ExecutionType>
TraceExecutionTime. m_TypesSet
the types to log.Methods in adams.flow.execution that return ExecutionType Modifier and Type Method Description ExecutionType[]
TraceExecutionTime. getTypes()
Returns the types to log.ExecutionType
ExecutionType. parse(String s)
Parses the given string and returns the associated enum.static ExecutionType
ExecutionType. valueOf(AbstractOption option, String str)
Returns an enum generated from the string.static ExecutionType
ExecutionType. valueOf(String name)
Returns the enum constant of this type with the specified name.static ExecutionType[]
ExecutionType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in adams.flow.execution with parameters of type ExecutionType Modifier and Type Method Description void
TraceExecutionTime. setTypes(ExecutionType[] value)
Sets the types to log.
-