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. -
Uses of ItemOrder.Unordered in org.opendaylight.yangtools.yang.data.impl.schema.builder.impl
Classes in org.opendaylight.yangtools.yang.data.impl.schema.builder.impl that implement ItemOrder.UnorderedModifier and TypeClassDescriptionprotected static final class
protected static final class
protected static final class
protected static final class
-
Uses of ItemOrder.Unordered in org.opendaylight.yangtools.yang.data.impl.schema.nodes
Classes in org.opendaylight.yangtools.yang.data.impl.schema.nodes that implement ItemOrder.UnorderedModifier and TypeClassDescriptionclass
AbstractImmutableDataContainerNode<K extends YangInstanceIdentifier.PathArgument,
N extends DataContainerNode>