|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SchemaProperty.PropertyType | |
---|---|
com.baidubce.services.iotdm.model.v3.device | |
com.baidubce.services.iotdm.model.v3.rules | |
com.baidubce.services.iotdm.model.v3.schema |
Uses of SchemaProperty.PropertyType in com.baidubce.services.iotdm.model.v3.device |
---|
Methods in com.baidubce.services.iotdm.model.v3.device that return SchemaProperty.PropertyType | |
---|---|
SchemaProperty.PropertyType |
DeviceViewResponse.DeviceViewAttribute.getType()
|
Methods in com.baidubce.services.iotdm.model.v3.device with parameters of type SchemaProperty.PropertyType | |
---|---|
void |
DeviceViewResponse.DeviceViewAttribute.setType(SchemaProperty.PropertyType type)
|
Uses of SchemaProperty.PropertyType in com.baidubce.services.iotdm.model.v3.rules |
---|
Methods in com.baidubce.services.iotdm.model.v3.rules that return SchemaProperty.PropertyType | |
---|---|
SchemaProperty.PropertyType |
DeviceRuleSource.getType()
|
Methods in com.baidubce.services.iotdm.model.v3.rules with parameters of type SchemaProperty.PropertyType | |
---|---|
void |
DeviceRuleSource.setType(SchemaProperty.PropertyType type)
|
Uses of SchemaProperty.PropertyType in com.baidubce.services.iotdm.model.v3.schema |
---|
Methods in com.baidubce.services.iotdm.model.v3.schema that return SchemaProperty.PropertyType | |
---|---|
SchemaProperty.PropertyType |
SchemaProperty.getType()
|
static SchemaProperty.PropertyType |
SchemaProperty.PropertyType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static SchemaProperty.PropertyType[] |
SchemaProperty.PropertyType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in com.baidubce.services.iotdm.model.v3.schema with parameters of type SchemaProperty.PropertyType | |
---|---|
void |
SchemaProperty.setType(SchemaProperty.PropertyType type)
|
SchemaProperty |
SchemaProperty.withType(SchemaProperty.PropertyType type)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |