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.OutputTypeEnterManyValues. m_OutputTypehow to output the data.Methods in adams.flow.source that return EnterManyValues.OutputType Modifier and Type Method Description EnterManyValues.OutputTypeEnterManyValues. getOutputType()Returns how to output the entered data.static EnterManyValues.OutputTypeEnterManyValues.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 voidEnterManyValues. setOutputType(EnterManyValues.OutputType value)Sets how to output the entered data.
-