Class AbstractSystemMapNode
java.lang.Object
org.opendaylight.yangtools.yang.data.api.schema.AbstractNormalizedNode<N>
org.opendaylight.yangtools.yang.data.api.schema.AbstractSystemMapNode
- All Implemented Interfaces:
Immutable
,ItemOrder<ItemOrder.Unordered>
,ItemOrder.Unordered
,PrettyTreeAware
,DataContainerChild
,DistinctContainer<YangInstanceIdentifier.NodeIdentifierWithPredicates,
,MapEntryNode> DistinctNodeContainer<YangInstanceIdentifier.NodeIdentifierWithPredicates,
,MapEntryNode> MapNode
,MixinNode
,NormalizedContainer<MapEntryNode>
,NormalizedData
,NormalizedNode
,NormalizedNodeContainer<MapEntryNode>
,OrderingAware
,OrderingAware.System
,SystemMapNode
public abstract non-sealed class AbstractSystemMapNode
extends AbstractNormalizedNode<N>
implements SystemMapNode
Abstract base class for
SystemMapNode
implementations.-
Nested Class Summary
Nested classes/interfaces inherited from interface org.opendaylight.yangtools.concepts.ItemOrder
ItemOrder.Ordered, ItemOrder.Unordered
Nested classes/interfaces inherited from interface org.opendaylight.yangtools.yang.data.api.schema.NormalizedNode
NormalizedNode.Builder, NormalizedNode.BuilderFactory
Nested classes/interfaces inherited from interface org.opendaylight.yangtools.yang.data.api.schema.OrderingAware
OrderingAware.System, OrderingAware.User
Nested classes/interfaces inherited from interface org.opendaylight.yangtools.yang.data.api.schema.SystemMapNode
SystemMapNode.Builder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal @NonNull Collection<@NonNull MapEntryNode>
body()
Returns the body of this node.protected final Class<SystemMapNode>
protected abstract @NonNull Collection<@NonNull MapEntryNode>
value()
protected abstract @NonNull Collection<@NonNull MapEntryNode>
Methods inherited from class org.opendaylight.yangtools.yang.data.api.schema.AbstractNormalizedNode
addToStringAttributes, equals, hashCode, prettyTree, toString, toStringClass, valueEquals, valueHashCode
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.opendaylight.yangtools.yang.data.api.schema.DataContainerChild
name
Methods inherited from interface org.opendaylight.yangtools.yang.data.api.schema.DistinctContainer
childByArg, findChildByArg, getChildByArg
Methods inherited from interface org.opendaylight.yangtools.concepts.ItemOrder.Unordered
itemOrder
Methods inherited from interface org.opendaylight.yangtools.yang.data.api.schema.MapNode
asMap, body, isEmpty, size
Methods inherited from interface org.opendaylight.yangtools.yang.data.api.schema.OrderingAware.System
ordering
Methods inherited from interface org.opendaylight.yangtools.concepts.PrettyTreeAware
prettyTree
Methods inherited from interface org.opendaylight.yangtools.yang.data.api.schema.SystemMapNode
contract, equals, hashCode
-
Constructor Details
-
AbstractSystemMapNode
public AbstractSystemMapNode()
-
-
Method Details
-
implementedType
- Specified by:
implementedType
in classAbstractNormalizedNode<SystemMapNode>
-
body
Description copied from interface:NormalizedData
Returns the body of this node. While the return value specifiesObject
, this method's return value has further semantics. The returned object must be a well-published contract, such asString
,Collection<NormalizedNode>
orDOMSource
.- Returns:
- Returned value of this node.
-
value
-
wrappedValue
-