getResourceName static method
- String name
Get the ResourceName for this Sensor with the given name
.
For more information, see Sensor component.
Implementation
static ResourceName getResourceName(String name) {
return Sensor.subtype.getResourceName(name);
}