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