public class NavuListEntry extends NavuContainer
NavuList
holds this representation of a entry as its
children or entry set.Modifier and Type | Method and Description |
---|---|
NavuContainer |
delete()
Deletes this entry from the NavuList it contains
returns this NavuListEntry as NavuContainer.
|
boolean |
equals(Object o)
Compares the specified object with this
NavuListEntry
for equality. |
ConfKey |
getKey()
Return the associate key that this NavuList
is mapped to.
|
action, action, children, choice, container, container, container, container, containsNode, containsNode, create, encodeValues, encodeXML, entrySet, exists, findChanges, findChanges, get, getRootNS, getSelectCaseAsNavuChoice, getSelectCaseAsNavuNode, getSelectedCase, getUserSession, isEmpty, isListInstance, iterate, keySet, leaf, leaf, leaf, leaf, leafList, leafList, leafList, leafList, list, list, list, list, namespace, reset, safeCreate, select, select, select, set, setChange, setOperationalDataCase, setOperDataCase, sharedCreate, size, toString, valueUpdateInd
context, getCdbSession, getChange, getChangeFlag, getChanges, getChanges, getChanges, getChanges, getChanges, getChanges, getConfPath, getInfo, getKeyPath, getName, getNavuNode, getParent, getValues, getValues, getXml, hashCode, prepareXMLCall, setValues, setValues, sharedSetValues, sharedSetValues, startCdbSession, stopCdbSession, xPathSelect, xPathSelectIterate
public ConfKey getKey()
getKey
in class NavuContainer
public boolean equals(Object o)
NavuListEntry
for equality.
Returns true
if the given object is also a
NavuListEntry
and it has the same
ConfPath
as this
NavuListEntry
.equals
in class NavuContainer
o
- object to be compared for equality with this
NavuListEntry
true
if the specified object is equal to this
NavuListEntry
public NavuContainer delete() throws NavuException
NavuNode.getChangeFlag()
flag to
MOP_DELETED
delete
in class NavuContainer
getChange
on the return NavuContainer
returns MOP_DELETED
NavuException