Package com.ptc.wvs.common.ui
Class PrinterAction
java.lang.Object
com.ptc.wvs.common.ui.ProcessingAction
com.ptc.wvs.common.ui.PrinterAction
This class provides base functionality for creating printer action strings. An action
string contains specific options for WVS Processing Jobs.
- See Also:
-
Field Summary
Fields inherited from class com.ptc.wvs.common.ui.ProcessingAction
actions, QUEUEPRIORITY, QUEUESET, SYNCHRONOUS, WVSOPTIONS -
Constructor Summary
ConstructorsConstructorDescriptionCreate a newPrinterActionobject.PrinterAction(String name, String value) Create a newPrinterActionobject, specifying an action Neither name or value can be null
Supported API: true -
Method Summary
Methods inherited from class com.ptc.wvs.common.ui.ProcessingAction
addAction, decodeOidsFromActionValue, encodeOidsAsActionValue, getAction, getActions, isSet, isSet, isSynchronous, removeSynchronous, toString, toString
-
Constructor Details
-
PrinterAction
public PrinterAction()Create a newPrinterActionobject.
Supported API: true -
PrinterAction
Create a newPrinterActionobject, specifying an action Neither name or value can be null
Supported API: true- Parameters:
name- action namevalue- action value
-