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