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