public interface ChoiceNode extends MixinNode, DataContainerNode<YangInstanceIdentifier.NodeIdentifier>, DataContainerChild<YangInstanceIdentifier.NodeIdentifier,Collection<DataContainerChild<? extends YangInstanceIdentifier.PathArgument,?>>>
choice
.
Choice node is instance of one of possible alternatives, from which only one is allowed to exist at one time in particular context of parent node.
YANG Model and schema for choice is described by instance of
ChoiceSchemaNode
.
Valid alternatives of subtree are described by instances of
CaseSchemaNode
, which are retrieved via
ChoiceSchemaNode.getCases()
.
getValue
getChild, getIdentifier, size
getNodeType
getIdentifier
Copyright © 2020 OpenDaylight. All rights reserved.