getResourceName static method
- 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);
}