-
- All Implemented Interfaces:
-
java.io.Serializable
,java.lang.Comparable
@Deprecated() public enum DataPointTypeEnum
Deprecated.
Replace by https://thinginc.github.io/thingsmart_home_android_sdk_doc/zh-hans/resource/Device_Get_Dps_History.html
-
-
Field Summary
Fields Modifier and Type Field Description private String
type
-
Method Summary
Modifier and Type Method Description static DataPointTypeEnum
to(String type)
static Array<DataPointTypeEnum>
values()
static DataPointTypeEnum
valueOf(String name)
String
getType()
void
setType(String type)
-
-
Method Detail
-
to
static DataPointTypeEnum to(String type)
-
values
static Array<DataPointTypeEnum> values()
-
valueOf
static DataPointTypeEnum valueOf(String name)
-
getType
String getType()
-
setType
void setType(String type)
-
-
-
-