Package com.blukii.sdk.config
Klasse BlukiiDataItem<T>
java.lang.Object
com.blukii.sdk.config.BlukiiDataItem<T>
- Typparameter:
T- Type of Dataset
This class represents one configuration set of a blukii.
You can get a BlukiiDataItem via a BlukiiData object or via a read or write
method of Blukii.
- Siehe auch:
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungGets the cloud value of this item.Gets the device value of this item.Gets the device value type class of this item.booleanChecks if cloud is supported for this item.booleanChecks if this item is modified
-
Methodendetails
-
getCloudValue
Gets the cloud value of this item.- Gibt zurück:
- the cloud value
-
getDeviceValue
Gets the device value of this item.- Gibt zurück:
- the device value
-
isModified
public boolean isModified()Checks if this item is modified- Gibt zurück:
trueif it is modified, otherwisefalse
-
isCloudSupported
public boolean isCloudSupported()Checks if cloud is supported for this item.- Gibt zurück:
trueif cloud is supported, otherwisefalse
-
getValueType
Gets the device value type class of this item.- Gibt zurück:
- the device value type class
-