public static class NodePropBundle.ChildNodeEntry extends Object
| Constructor and Description |
|---|
ChildNodeEntry(org.apache.jackrabbit.spi.Name name,
NodeId id)
Creates a new entry with the given name and id
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object) |
NodeId |
getId()
Returns the id.
|
org.apache.jackrabbit.spi.Name |
getName()
Returns the name.
|
String |
toString() |
public ChildNodeEntry(org.apache.jackrabbit.spi.Name name,
NodeId id)
name - the nameid - the idpublic org.apache.jackrabbit.spi.Name getName()
public NodeId getId()
Copyright © 2004–2018 The Apache Software Foundation. All rights reserved.