getResourceName static method

ResourceName getResourceName(
  1. String name
)

Get the ResourceName for this PowerSensor with the given name.

For more information, see Power Sensor component.

Implementation

static ResourceName getResourceName(String name) {
  return PowerSensor.subtype.getResourceName(name);
}