Uses of Enum Class
com.saperion.ws.wrapper.wf.SaWsCommandEnum
Packages that use SaWsCommandEnum
- 
Uses of SaWsCommandEnum in com.saperion.ws.wrapper.wfMethods in com.saperion.ws.wrapper.wf that return SaWsCommandEnumModifier and TypeMethodDescriptionstatic SaWsCommandEnumSaWsCommandEnum.fromBackend(com.saperion.constants.SaWFConstants.CommandId kind) SaWsCommand.getCommand()Gets the command.static SaWsCommandEnumReturns 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 TypeMethodDescriptionvoidSaWsCommand.setCommand(SaWsCommandEnum newCommand) Sets the command.