-
-
Method Summary
Modifier and Type Method Description abstract List<String>
getRange()
dp value list, getCommands abstract List<String>
getNames()
readable list String
getCommands(String status)
-
Methods inherited from class com.thingclips.smart.dp.parser.api.IEnumDp
getDisplayStatus, getDisplayStatusForQuickOp, getDisplayTitle, getDpId, getDpShowType, getIconFont, getSchema, getStandardSchema, getType, getValue
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getRange
abstract List<String> getRange()
dp value list, getCommands
-
getNames
abstract List<String> getNames()
readable list
-
getCommands
String getCommands(String status)
- Parameters:
status
- dp value in getRange
-
-
-
-