Class AbstractSystemLeafSetNode<T>
java.lang.Object
org.opendaylight.yangtools.yang.data.api.schema.AbstractNormalizedNode<SystemLeafSetNode<T>>
org.opendaylight.yangtools.yang.data.api.schema.AbstractSystemLeafSetNode<T>
- All Implemented Interfaces:
Immutable
,ItemOrder<ItemOrder.Unordered>
,ItemOrder.Unordered
,PrettyTreeAware
,DataContainerChild
,DistinctContainer<YangInstanceIdentifier.NodeWithValue<?>,
,LeafSetEntryNode<T>> DistinctNodeContainer<YangInstanceIdentifier.NodeWithValue<?>,
,LeafSetEntryNode<T>> LeafSetNode<T>
,MixinNode
,NormalizedContainer<LeafSetEntryNode<T>>
,NormalizedData
,NormalizedNode
,NormalizedNodeContainer<LeafSetEntryNode<T>>
,OrderingAware
,OrderingAware.System
,SystemLeafSetNode<T>
public abstract non-sealed class AbstractSystemLeafSetNode<T>
extends AbstractNormalizedNode<SystemLeafSetNode<T>>
implements SystemLeafSetNode<T>
Abstract base class for implementing
SystemLeafSetNode
s.-
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.SystemLeafSetNode
SystemLeafSetNode.Builder<T>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal @NonNull Collection
<@NonNull LeafSetEntryNode<T>> body()
Returns the body of this node.protected final Class
<SystemLeafSetNode<T>> protected abstract @NonNull Collection
<@NonNull LeafSetEntryNode<T>> value()
protected abstract @NonNull Collection
<@NonNull LeafSetEntryNode<T>> 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
body, 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.NormalizedContainer
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.SystemLeafSetNode
contract, equals, hashCode
-
Constructor Details
-
AbstractSystemLeafSetNode
public AbstractSystemLeafSetNode()
-
-
Method Details
-
implementedType
- Specified by:
implementedType
in classAbstractNormalizedNode<SystemLeafSetNode<T>>
-
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
-