Uses of Interface
org.opendaylight.yangtools.concepts.ItemOrder.Unordered
Packages that use ItemOrder.Unordered
Package
Description
Concepts used widely across OpenDaylight code base.
Definition of normalized YANG DOM Model.
-
Uses of ItemOrder.Unordered in org.opendaylight.yangtools.concepts
Methods in org.opendaylight.yangtools.concepts that return types with arguments of type ItemOrder.UnorderedModifier and TypeMethodDescriptiondefault Class<ItemOrder.Unordered>
ItemOrder.Unordered.itemOrder()
-
Uses of ItemOrder.Unordered in org.opendaylight.yangtools.yang.data.api.schema
Subinterfaces of ItemOrder.Unordered in org.opendaylight.yangtools.yang.data.api.schemaModifier and TypeInterfaceDescriptioninterface
Node representing data instance ofchoice
.interface
Data subtree with cardinality 0..1 in the context of parent node.interface
ADistinctContainer
containingDataContainerChild
children.interface
Abstract node which does not have value but contains validDataContainerChild
nodes.interface
Instance of Map entry, this node does not contains value, but child nodes.interface
static interface
Marker interface for NormalizedNodeContainer implementations which correspond toordered-by system
.interface
LeafSetNode
which does not preserve user-supplied ordering.interface
MapNode
which additionally preserves user-supplied ordering.interface
List entry node, which does not have value, but child nodes.Classes in org.opendaylight.yangtools.yang.data.api.schema that implement ItemOrder.UnorderedModifier and TypeClassDescriptionclass
Abstract base class forChoiceNode
implementations.class
Abstract base class forContainerNode
implementations.class
Abstract base class forMapEntryNode
implementations.class
Abstract base class for implementingSystemLeafSetNode
s.class
Abstract base class forSystemMapNode
implementations.class
Abstract base class forUnkeyedListEntryNode
implementations.