-
- All Implemented Interfaces:
-
java.io.Serializable,java.lang.Comparable
@Deprecated() public enum DataPointTypeEnumDeprecated.
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 Stringtype
-
Method Summary
Modifier and Type Method Description static DataPointTypeEnumto(String type)static Array<DataPointTypeEnum>values()static DataPointTypeEnumvalueOf(String name)StringgetType()voidsetType(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)
-
-
-
-