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_Typesthe types to output.Fields in adams.flow.execution with type parameters of type ExecutionType Modifier and Type Field Description protected Set<ExecutionType>TraceExecutionTime. m_TypesSetthe types to log.Methods in adams.flow.execution that return ExecutionType Modifier and Type Method Description ExecutionType[]TraceExecutionTime. getTypes()Returns the types to log.ExecutionTypeExecutionType. parse(String s)Parses the given string and returns the associated enum.static ExecutionTypeExecutionType. valueOf(AbstractOption option, String str)Returns an enum generated from the string.static ExecutionTypeExecutionType. 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 voidTraceExecutionTime. setTypes(ExecutionType[] value)Sets the types to log.
-