getResourceName static method

ResourceName getResourceName(
  1. String name
)

Get the ResourceName for this Gantry with the given name

For more information, see Gantry component.

Implementation

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