Class AbstractMapEntryNode
java.lang.Object
org.opendaylight.yangtools.yang.data.api.schema.AbstractNormalizedNode<MapEntryNode>
org.opendaylight.yangtools.yang.data.api.schema.AbstractMapEntryNode
- All Implemented Interfaces:
Immutable,ItemOrder<ItemOrder.Unordered>,ItemOrder.Unordered,PrettyTreeAware,DataContainer,DataContainerNode,DistinctContainer<YangInstanceIdentifier.NodeIdentifier,,DataContainerChild> DistinctNodeContainer<YangInstanceIdentifier.NodeIdentifier,,DataContainerChild> MapEntryNode,NormalizedContainer<DataContainerChild>,NormalizedData,NormalizedNode,NormalizedNodeContainer<DataContainerChild>,OrderingAware,OrderingAware.System
public abstract non-sealed class AbstractMapEntryNode
extends AbstractNormalizedNode<MapEntryNode>
implements MapEntryNode
Abstract base class for
MapEntryNode implementations.-
Nested Class Summary
Nested classes/interfaces inherited from interface org.opendaylight.yangtools.concepts.ItemOrder
ItemOrder.Ordered, ItemOrder.UnorderedNested classes/interfaces inherited from interface org.opendaylight.yangtools.yang.data.api.schema.MapEntryNode
MapEntryNode.BuilderNested classes/interfaces inherited from interface org.opendaylight.yangtools.yang.data.api.schema.NormalizedNode
NormalizedNode.Builder, NormalizedNode.BuilderFactoryNested classes/interfaces inherited from interface org.opendaylight.yangtools.yang.data.api.schema.OrderingAware
OrderingAware.System, OrderingAware.User -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.opendaylight.yangtools.yang.data.api.schema.AbstractNormalizedNode
addToStringAttributes, equals, hashCode, prettyTree, toString, toStringClass, valueEquals, valueHashCodeMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.opendaylight.yangtools.yang.data.api.schema.DataContainer
equals, hashCodeMethods inherited from interface org.opendaylight.yangtools.yang.data.api.schema.DistinctContainer
body, childByArg, findChildByArg, getChildByArgMethods inherited from interface org.opendaylight.yangtools.concepts.ItemOrder.Unordered
itemOrderMethods inherited from interface org.opendaylight.yangtools.yang.data.api.schema.MapEntryNode
contract, nameMethods inherited from interface org.opendaylight.yangtools.yang.data.api.schema.NormalizedContainer
isEmpty, sizeMethods inherited from interface org.opendaylight.yangtools.yang.data.api.schema.OrderingAware.System
orderingMethods inherited from interface org.opendaylight.yangtools.concepts.PrettyTreeAware
prettyTree
-
Constructor Details
-
AbstractMapEntryNode
public AbstractMapEntryNode()
-
-
Method Details
-
implementedType
- Specified by:
implementedTypein classAbstractNormalizedNode<MapEntryNode>
-