getResourceName static method

ResourceName getResourceName(
  1. String name
)

Get the ResourceName for this Generic with the given name

For more information, see Generic component.

Implementation

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