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