Uses of Class
adams.flow.source.EnterManyValues.OutputType
-
Packages that use EnterManyValues.OutputType Package Description adams.flow.source -
-
Uses of EnterManyValues.OutputType in adams.flow.source
Fields in adams.flow.source declared as EnterManyValues.OutputType Modifier and Type Field Description protected EnterManyValues.OutputType
EnterManyValues. m_OutputType
how to output the data.Methods in adams.flow.source that return EnterManyValues.OutputType Modifier and Type Method Description EnterManyValues.OutputType
EnterManyValues. getOutputType()
Returns how to output the entered data.static EnterManyValues.OutputType
EnterManyValues.OutputType. valueOf(String name)
Returns the enum constant of this type with the specified name.static EnterManyValues.OutputType[]
EnterManyValues.OutputType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in adams.flow.source with parameters of type EnterManyValues.OutputType Modifier and Type Method Description void
EnterManyValues. setOutputType(EnterManyValues.OutputType value)
Sets how to output the entered data.
-