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.OutputType
CallableActorScreenshot. m_OutputType
the output type.Methods in adams.flow.control that return CallableActorScreenshot.OutputType Modifier and Type Method Description CallableActorScreenshot.OutputType
CallableActorScreenshot. getOutputType()
Returns how to output the screenshot.static CallableActorScreenshot.OutputType
CallableActorScreenshot.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 void
CallableActorScreenshot. setOutputType(CallableActorScreenshot.OutputType value)
Sets how to output the screenshot.
-