Uses of Class
adams.core.command.OutputType
-
Packages that use OutputType Package Description adams.core.command -
-
Uses of OutputType in adams.core.command
Fields in adams.core.command declared as OutputType Modifier and Type Field Description protected OutputTypeAbstractExternalCommand. m_OutputTypethe type of output to forward.Methods in adams.core.command that return OutputType Modifier and Type Method Description protected OutputTypeAbstractExternalCommand. getDefaultOutputType()Returns the default output type.OutputTypeAbstractExternalCommand. getOutputType()Returns the type of output to forward.OutputTypeExternalCommand. getOutputType()Returns what output to forward.static OutputTypeOutputType. valueOf(String name)Returns the enum constant of this type with the specified name.static OutputType[]OutputType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in adams.core.command with parameters of type OutputType Modifier and Type Method Description voidAbstractExternalCommand. setOutputType(OutputType value)Sets the type of output to forward.voidExternalCommand. setOutputType(OutputType value)Sets what output to forward.
-