Uses of Class
org.openwebnet4j.message.Who
-
Packages that use Who Package Description org.openwebnet4j.message -
-
Uses of Who in org.openwebnet4j.message
Fields in org.openwebnet4j.message declared as Who Modifier and Type Field Description protected Who
BaseOpenMessage. who
Methods in org.openwebnet4j.message that return Who Modifier and Type Method Description static Who
Who. fromName(String name)
static Who
Who. fromValue(Integer value)
Who
BaseOpenMessage. getWho()
Returns message WHOstatic Who
Who. valueOf(String name)
Returns the enum constant of this type with the specified name.static Who[]
Who. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-