public static class ComponentPath.RegionAndComponent extends Object
Constructor and Description |
---|
RegionAndComponent(ComponentPath.RegionName regionName,
ComponentPath.ComponentIndex componentIndex) |
Modifier and Type | Method and Description |
---|---|
static ComponentPath.RegionAndComponent |
from(String str) |
static ComponentPath.RegionAndComponent |
from(String regionName,
int componentIndex) |
int |
getComponentIndex() |
String |
getRegionName() |
String |
toString() |
public RegionAndComponent(ComponentPath.RegionName regionName, ComponentPath.ComponentIndex componentIndex)
public static ComponentPath.RegionAndComponent from(String regionName, int componentIndex)
public static ComponentPath.RegionAndComponent from(String str)
public String getRegionName()
public int getComponentIndex()