Uses of Enum Class
com.saperion.ws.wrapper.wf.SaWsCommandEnum
Packages that use SaWsCommandEnum
-
Uses of SaWsCommandEnum in com.saperion.ws.wrapper.wf
Methods in com.saperion.ws.wrapper.wf that return SaWsCommandEnumModifier and TypeMethodDescriptionstatic SaWsCommandEnum
SaWsCommandEnum.fromBackend
(com.saperion.constants.SaWFConstants.CommandId kind) SaWsCommand.getCommand()
Gets the command.static SaWsCommandEnum
Returns the enum constant of this class with the specified name.static SaWsCommandEnum[]
SaWsCommandEnum.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.saperion.ws.wrapper.wf with parameters of type SaWsCommandEnumModifier and TypeMethodDescriptionvoid
SaWsCommand.setCommand
(SaWsCommandEnum newCommand) Sets the command.