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