| Modifier and Type | Class and Description |
|---|---|
class |
ZWay.Data.NotAlive |
class |
ZWay.Data.NotFound |
| Modifier and Type | Field and Description |
|---|---|
static int |
Binary |
static int |
Bool |
static int |
childCreated |
static int |
childEvent |
static int |
deleted |
static int |
Empty |
static int |
Float |
static int |
FloatArray |
static int |
Int |
static int |
IntArray |
static int |
invalidated |
String |
name |
String |
path |
static int |
phantomUpdate |
static int |
String |
static int |
StringArray |
static int |
updated |
| Constructor and Description |
|---|
Data(String path) |
Data(String path,
int deviceId) |
Data(String path,
int deviceId,
int instanceId) |
Data(String path,
int deviceId,
int instanceId,
int commandClassId) |
Data(String path,
long dhParent) |
| Modifier and Type | Method and Description |
|---|---|
void |
bind(ZWay.DataCallback func) |
void |
finalize() |
ZWay.Data |
get(String path) |
Boolean |
getBool() |
Integer[] |
getByteList() |
ZWay.Data[] |
getChildren() |
Float |
getFloat() |
Float[] |
getFloatList() |
Integer |
getInt() |
Integer[] |
getIntList() |
long |
getInvalidateTime() |
String |
getString() |
String[] |
getStringList() |
long |
getUpdateTime() |
Type |
getValueType() |
String |
getValueTypeStr() |
void |
setBool(Boolean data) |
void |
setByteList(Integer[] data) |
void |
setEmpty() |
void |
setFloat(Float data) |
void |
setFloatList(Float[] data) |
void |
setInt(Integer data) |
void |
setIntList(Integer[] data) |
void |
setString(String data) |
void |
setStringList(String[] data) |
void |
unbind(ZWay.DataCallback func) |
public static final int phantomUpdate
public static final int childEvent
public static final int updated
public static final int invalidated
public static final int deleted
public static final int childCreated
public static final int Empty
public static final int Bool
public static final int Int
public static final int Float
public static final int String
public static final int Binary
public static final int IntArray
public static final int FloatArray
public static final int StringArray
public final String name
public final String path
public Data(String path, long dhParent) throws ZWay.Data.NotFound, Exception
ZWay.Data.NotFoundExceptionpublic Data(String path) throws ZWay.Data.NotFound, Exception
ZWay.Data.NotFoundExceptionpublic Data(String path, int deviceId) throws ZWay.Data.NotFound, Exception
ZWay.Data.NotFoundExceptionpublic Data(String path, int deviceId, int instanceId) throws ZWay.Data.NotFound, Exception
ZWay.Data.NotFoundExceptionpublic Data(String path, int deviceId, int instanceId, int commandClassId) throws ZWay.Data.NotFound, Exception
ZWay.Data.NotFoundExceptionpublic void bind(ZWay.DataCallback func) throws ZWay.Data.NotAlive, Exception
ZWay.Data.NotAliveExceptionpublic void unbind(ZWay.DataCallback func) throws ZWay.Data.NotAlive, Exception
ZWay.Data.NotAliveExceptionpublic long getUpdateTime()
public long getInvalidateTime()
public ZWay.Data[] getChildren() throws ZWay.Data.NotAlive, Exception
ZWay.Data.NotAliveExceptionpublic ZWay.Data get(String path) throws ZWay.Data.NotAlive, ZWay.Data.NotFound, Exception
public Type getValueType() throws ZWay.Data.NotAlive
ZWay.Data.NotAlivepublic String getValueTypeStr() throws ZWay.Data.NotAlive
ZWay.Data.NotAlivepublic void setBool(Boolean data) throws ZWay.Data.NotAlive
ZWay.Data.NotAlivepublic void setInt(Integer data) throws ZWay.Data.NotAlive
ZWay.Data.NotAlivepublic void setFloat(Float data) throws ZWay.Data.NotAlive
ZWay.Data.NotAlivepublic void setString(String data) throws ZWay.Data.NotAlive
ZWay.Data.NotAlivepublic void setByteList(Integer[] data) throws ZWay.Data.NotAlive
ZWay.Data.NotAlivepublic void setIntList(Integer[] data) throws ZWay.Data.NotAlive
ZWay.Data.NotAlivepublic void setFloatList(Float[] data) throws ZWay.Data.NotAlive
ZWay.Data.NotAlivepublic void setStringList(String[] data) throws ZWay.Data.NotAlive
ZWay.Data.NotAlivepublic void setEmpty()
throws ZWay.Data.NotAlive
ZWay.Data.NotAlivepublic Boolean getBool() throws ZWay.Data.NotAlive
ZWay.Data.NotAlivepublic Integer getInt() throws ZWay.Data.NotAlive
ZWay.Data.NotAlivepublic Float getFloat() throws ZWay.Data.NotAlive
ZWay.Data.NotAlivepublic String getString() throws ZWay.Data.NotAlive
ZWay.Data.NotAlivepublic Integer[] getByteList() throws ZWay.Data.NotAlive
ZWay.Data.NotAlivepublic Integer[] getIntList() throws ZWay.Data.NotAlive
ZWay.Data.NotAlivepublic Float[] getFloatList() throws ZWay.Data.NotAlive
ZWay.Data.NotAlivepublic String[] getStringList() throws ZWay.Data.NotAlive
ZWay.Data.NotAliveCopyright © 2023 Z-Wave.Me. All rights reserved.