Package com.enonic.xp.data
Class PropertyPath.Element
- java.lang.Object
-
- com.enonic.xp.data.PropertyPath.Element
-
- Enclosing class:
- PropertyPath
public static class PropertyPath.Element extends Object
Immutable.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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()
-
-
-
Method Detail
-
from
public static PropertyPath.Element from(String element)
-
from
public static PropertyPath.Element from(String name, int index)
-
getName
public String getName()
-
hasIndex
public boolean hasIndex()
-
getIndex
public int getIndex()
-
-