public enum KnxCommand extends Enum<KnxCommand>
Enum Constant and Description |
---|
MEMORY_WRITE |
VALUE_READ |
VALUE_RESPONSE |
VALUE_WRITE |
Modifier and Type | Method and Description |
---|---|
static KnxCommand |
get(int code) |
int |
getTypeCode() |
static KnxCommand |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KnxCommand[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final KnxCommand VALUE_READ
public static final KnxCommand VALUE_RESPONSE
public static final KnxCommand VALUE_WRITE
public static final KnxCommand MEMORY_WRITE
public static KnxCommand[] values()
for (KnxCommand c : KnxCommand.values()) System.out.println(c);
public static KnxCommand valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic int getTypeCode()
public static KnxCommand get(int code)
Copyright © 2018 universAAL Consortium. All rights reserved.