public static class PropertyPath.Element extends Object
Constructor and Description |
---|
Element(String element) |
Element(String name,
int index) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
static PropertyPath.Element |
from(String element) |
static PropertyPath.Element |
from(String name,
int index) |
int |
getIndex() |
String |
getName() |
int |
hashCode() |
boolean |
hasIndex() |
String |
toString() |
public Element(String element)
public Element(String name, int index)
public static PropertyPath.Element from(String element)
public static PropertyPath.Element from(String name, int index)
public String getName()
public boolean hasIndex()
public int getIndex()