public interface UnkeyedListNode extends DataContainerChild<YangInstanceIdentifier.NodeIdentifier,Collection<UnkeyedListEntryNode>>, OrderedNodeContainer<UnkeyedListEntryNode>
UnkeyedListEntryNode
of the same type, which may
be quickly retrieved using key.
This node maps to the list
statement in YANG schema,
which did not define key
substatement.
Ordering of the elements is user-defined during construction of instance of this
interface. Ordered view of elements (iteration)
is provided by NormalizedNode.getValue()
call.
getIdentifier
getChild, getSize
getNodeType, getValue
Copyright © 2018 OpenDaylight. All rights reserved.