Uses of Class
org.openwebnet4j.message.GatewayMgmt.WHAT
-
Packages that use GatewayMgmt.WHAT Package Description org.openwebnet4j.message -
-
Uses of GatewayMgmt.WHAT in org.openwebnet4j.message
Methods in org.openwebnet4j.message that return GatewayMgmt.WHAT Modifier and Type Method Description static GatewayMgmt.WHAT
GatewayMgmt.WHAT. fromValue(int i)
static GatewayMgmt.WHAT
GatewayMgmt.WHAT. valueOf(String name)
Returns the enum constant of this type with the specified name.static GatewayMgmt.WHAT[]
GatewayMgmt.WHAT. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-