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 booleanequals(Object o)static PropertyPath.Elementfrom(String element)static PropertyPath.Elementfrom(String name, int index)intgetIndex()StringgetName()inthashCode()booleanhasIndex()StringtoString()
-
-
-
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()
-
-