Uses of Class
zmq.socket.radiodish.Dish.DishSession.State
-
Packages that use Dish.DishSession.State Package Description zmq.socket.radiodish -
-
Uses of Dish.DishSession.State in zmq.socket.radiodish
Fields in zmq.socket.radiodish declared as Dish.DishSession.State Modifier and Type Field Description private Dish.DishSession.State
Dish.DishSession. state
Methods in zmq.socket.radiodish that return Dish.DishSession.State Modifier and Type Method Description static Dish.DishSession.State
Dish.DishSession.State. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Dish.DishSession.State[]
Dish.DishSession.State. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-