Uses of Class
io.guise.framework.platform.web.WebPlatform.PollCommand
-
Packages that use WebPlatform.PollCommand Package Description io.guise.framework.platform.web -
-
Uses of WebPlatform.PollCommand in io.guise.framework.platform.web
Methods in io.guise.framework.platform.web that return WebPlatform.PollCommand Modifier and Type Method Description static WebPlatform.PollCommand
WebPlatform.PollCommand. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static WebPlatform.PollCommand[]
WebPlatform.PollCommand. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-