protected static enum AnyType.ZigBeeType extends Enum<AnyType.ZigBeeType>
Enum Constant and Description |
---|
ATTRIBUTE_ID |
BACNET_OID |
BITMAP16 |
BITMAP24 |
BITMAP32 |
BITMAP40 |
BITMAP48 |
BITMAP56 |
BITMAP64 |
BITMAP8 |
BOOLEAN |
CHARACTER_STRING |
CLUSTER_ID |
DATA16 |
DATA24 |
DATA32 |
DATA40 |
DATA48 |
DATA56 |
DATA64 |
DATA8 |
ENUM16 |
ENUM8 |
IEEE_ADDRESS |
INT16 |
INT24 |
INT32 |
INT40 |
INT48 |
INT56 |
INT64 |
INT8 |
LONG_CHARACTER_STRING |
LONG_OCTET_STRING |
OCTET_STRING |
SECURITY_KEY |
UINT16 |
UINT24 |
UINT32 |
UINT40 |
UINT48 |
UINT56 |
UINT64 |
UINT8 |
UTC_TIME |
ZIGBEEARRAY |
Modifier and Type | Method and Description |
---|---|
static AnyType.ZigBeeType |
get(byte id) |
byte |
getId() |
AZigBeeType |
getInstance() |
static AnyType.ZigBeeType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AnyType.ZigBeeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AnyType.ZigBeeType DATA8
public static final AnyType.ZigBeeType DATA16
public static final AnyType.ZigBeeType DATA24
public static final AnyType.ZigBeeType DATA32
public static final AnyType.ZigBeeType DATA40
public static final AnyType.ZigBeeType DATA48
public static final AnyType.ZigBeeType DATA56
public static final AnyType.ZigBeeType DATA64
public static final AnyType.ZigBeeType BOOLEAN
public static final AnyType.ZigBeeType BITMAP8
public static final AnyType.ZigBeeType BITMAP16
public static final AnyType.ZigBeeType BITMAP24
public static final AnyType.ZigBeeType BITMAP32
public static final AnyType.ZigBeeType BITMAP40
public static final AnyType.ZigBeeType BITMAP48
public static final AnyType.ZigBeeType BITMAP56
public static final AnyType.ZigBeeType BITMAP64
public static final AnyType.ZigBeeType UINT8
public static final AnyType.ZigBeeType UINT16
public static final AnyType.ZigBeeType UINT24
public static final AnyType.ZigBeeType UINT32
public static final AnyType.ZigBeeType UINT40
public static final AnyType.ZigBeeType UINT48
public static final AnyType.ZigBeeType UINT56
public static final AnyType.ZigBeeType UINT64
public static final AnyType.ZigBeeType INT8
public static final AnyType.ZigBeeType INT16
public static final AnyType.ZigBeeType INT24
public static final AnyType.ZigBeeType INT32
public static final AnyType.ZigBeeType INT40
public static final AnyType.ZigBeeType INT48
public static final AnyType.ZigBeeType INT56
public static final AnyType.ZigBeeType INT64
public static final AnyType.ZigBeeType ENUM8
public static final AnyType.ZigBeeType ENUM16
public static final AnyType.ZigBeeType OCTET_STRING
public static final AnyType.ZigBeeType CHARACTER_STRING
public static final AnyType.ZigBeeType LONG_OCTET_STRING
public static final AnyType.ZigBeeType LONG_CHARACTER_STRING
public static final AnyType.ZigBeeType ZIGBEEARRAY
public static final AnyType.ZigBeeType UTC_TIME
public static final AnyType.ZigBeeType CLUSTER_ID
public static final AnyType.ZigBeeType ATTRIBUTE_ID
public static final AnyType.ZigBeeType BACNET_OID
public static final AnyType.ZigBeeType IEEE_ADDRESS
public static final AnyType.ZigBeeType SECURITY_KEY
public static AnyType.ZigBeeType[] values()
for (AnyType.ZigBeeType c : AnyType.ZigBeeType.values()) System.out.println(c);
public static AnyType.ZigBeeType 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 byte getId()
public AZigBeeType getInstance()
public static AnyType.ZigBeeType get(byte id)
Copyright © 2015. All rights reserved.