public enum KnxPacketPriority extends Enum<KnxPacketPriority>
Modifier and Type | Method and Description |
---|---|
static KnxPacketPriority |
get(int code) |
int |
getTypeCode() |
static KnxPacketPriority |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KnxPacketPriority[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final KnxPacketPriority SYSTEM
public static final KnxPacketPriority NORMAL
public static final KnxPacketPriority ALARM
public static final KnxPacketPriority AUTO
public static KnxPacketPriority[] values()
for (KnxPacketPriority c : KnxPacketPriority.values()) System.out.println(c);
public static KnxPacketPriority 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 KnxPacketPriority get(int code)
Copyright © 2018 universAAL Consortium. All rights reserved.