org.apache.jackrabbit.name
Class Path.NameElement

java.lang.Object
  extended by org.apache.jackrabbit.name.Path.PathElement
      extended by org.apache.jackrabbit.name.Path.NameElement
All Implemented Interfaces:
Serializable
Enclosing class:
Path

public static final class Path.NameElement
extends Path.PathElement

See Also:
Serialized Form

Method Summary
 boolean denotesCurrent()
          Returns false.
 boolean denotesName()
          Returns true.
 boolean denotesParent()
          Returns false.
 boolean denotesRoot()
          Returns false.
 
Methods inherited from class org.apache.jackrabbit.name.Path.PathElement
create, create, equals, fromString, getIndex, getName, getNormalizedIndex, hashCode, toJCRName, toJCRName, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

denotesName

public boolean denotesName()
Returns true.

Specified by:
denotesName in class Path.PathElement
Returns:
true
See Also:
Path.PathElement.denotesName()

denotesRoot

public boolean denotesRoot()
Returns false.

Specified by:
denotesRoot in class Path.PathElement
Returns:
false
See Also:
Path.PathElement.denotesRoot()

denotesParent

public boolean denotesParent()
Returns false.

Specified by:
denotesParent in class Path.PathElement
Returns:
false
See Also:
Path.PathElement.denotesParent()

denotesCurrent

public boolean denotesCurrent()
Returns false.

Specified by:
denotesCurrent in class Path.PathElement
Returns:
false
See Also:
Path.PathElement.denotesCurrent()


Copyright © 2004-2009 The Apache Software Foundation. All Rights Reserved.