getResourceName static method
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);
}
Get the ResourceName for this Base with the given name
For more information, see Base component.
static ResourceName getResourceName(String name) {
return Base.subtype.getResourceName(name);
}