Class AbstractChoiceNode

java.lang.Object
org.opendaylight.yangtools.yang.data.api.schema.AbstractNormalizedNode<ChoiceNode>
org.opendaylight.yangtools.yang.data.api.schema.AbstractChoiceNode
All Implemented Interfaces:
Immutable, ItemOrder<ItemOrder.Unordered>, ItemOrder.Unordered, PrettyTreeAware, ChoiceNode, DataContainer, DataContainerChild, DataContainerNode, DistinctContainer<YangInstanceIdentifier.NodeIdentifier,DataContainerChild>, DistinctNodeContainer<YangInstanceIdentifier.NodeIdentifier,DataContainerChild>, MixinNode, NormalizedContainer<DataContainerChild>, NormalizedData, NormalizedNode, NormalizedNodeContainer<DataContainerChild>, OrderingAware, OrderingAware.System

public abstract non-sealed class AbstractChoiceNode extends AbstractNormalizedNode<ChoiceNode> implements ChoiceNode
Abstract base class for ChoiceNode implementations.