public interface ItemId extends Serializable
This interface is implemented by both the concrete node and property identifier classes in order to allow client code to determine whether an identifier refers to a node or a property.
Modifier and Type | Method and Description |
---|---|
boolean |
denotesNode()
Checks whether this identifier denotes a node item.
|
boolean denotesNode()
true
if this identifier denotes a node,
false
if a propertyPropertyId
,
NodeId
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.