Uses of Class
com.blackberry.workspaces.sdk.api.enums.DeviceState
-
Packages that use DeviceState Package Description com.blackberry.workspaces.sdk.api.enums -
-
Uses of DeviceState in com.blackberry.workspaces.sdk.api.enums
Methods in com.blackberry.workspaces.sdk.api.enums that return DeviceState Modifier and Type Method Description static DeviceState
DeviceState. valueOf(String name)
Returns the enum constant of this type with the specified name.static DeviceState[]
DeviceState. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-