|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.dna.common.jcr.Path.Segment
@Immutable public static class Path.Segment
A segment of a path.
Method Summary | |
---|---|
java.lang.Object |
clone()
|
int |
compareTo(Path.Segment that)
|
boolean |
equals(java.lang.Object obj)
|
int |
getIndex()
|
java.lang.String |
getName()
|
java.lang.String |
getPrefix()
|
java.lang.String |
getQualifiedName(boolean includeIndex)
|
int |
hashCode()
|
boolean |
hasIndex()
|
boolean |
hasPrefix()
|
boolean |
isParentReference()
|
boolean |
isSelfReference()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public java.lang.String getPrefix()
public java.lang.String getName()
public java.lang.String getQualifiedName(boolean includeIndex)
public int getIndex()
public boolean hasIndex()
public boolean hasPrefix()
public boolean isSelfReference()
public boolean isParentReference()
public int hashCode()
hashCode
in class java.lang.Object
public int compareTo(Path.Segment that)
compareTo
in interface java.lang.Comparable<Path.Segment>
public java.lang.Object clone()
clone
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |