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