public class ResolvePath extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ResolvePath.Step
A single step in the resolution path
|
| Constructor and Description |
|---|
ResolvePath() |
| Modifier and Type | Method and Description |
|---|---|
int |
getStepCount() |
List<ResolvePath.Step> |
getSteps() |
boolean |
isEmpty() |
ResolvePath |
plus(Object rowType,
int ordinal,
String name,
StructKind kind)
Adds a step to the resolution path
|
String |
toString() |
public ResolvePath()
public ResolvePath plus(Object rowType, int ordinal, String name, StructKind kind)
public List<ResolvePath.Step> getSteps()
public int getStepCount()
public boolean isEmpty()