getResourceName static method

ResourceName getResourceName(
  1. 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);
}