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