Uses of Interface
org.opendaylight.yangtools.yang.model.api.ChoiceSchemaNode
-
Packages that use ChoiceSchemaNode Package Description org.opendaylight.yangtools.yang.data.impl.codec org.opendaylight.yangtools.yang.data.impl.schema org.opendaylight.yangtools.yang.data.impl.schema.builder.impl org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.valid org.opendaylight.yangtools.yang.model.util Utility classes and implementations for concepts defined in yang-model-api. -
-
Uses of ChoiceSchemaNode in org.opendaylight.yangtools.yang.data.impl.codec
Methods in org.opendaylight.yangtools.yang.data.impl.codec that return ChoiceSchemaNode Modifier and Type Method Description ChoiceSchemaNode
SchemaTracker. startChoiceNode(YangInstanceIdentifier.NodeIdentifier name)
-
Uses of ChoiceSchemaNode in org.opendaylight.yangtools.yang.data.impl.schema
Methods in org.opendaylight.yangtools.yang.data.impl.schema that return types with arguments of type ChoiceSchemaNode Modifier and Type Method Description static Map<QName,ChoiceSchemaNode>
SchemaUtils. mapChildElementsFromChoices(DataNodeContainer schema)
Recursively find all child nodes that come from choices.Methods in org.opendaylight.yangtools.yang.data.impl.schema with parameters of type ChoiceSchemaNode Modifier and Type Method Description static DataContainerNodeBuilder<YangInstanceIdentifier.NodeIdentifier,ChoiceNode>
Builders. choiceBuilder(ChoiceSchemaNode schema)
static Optional<CaseSchemaNode>
SchemaUtils. detectCase(ChoiceSchemaNode schema, DataContainerChild<?,?> child)
static AugmentationSchemaNode
SchemaUtils. findSchemaForAugment(ChoiceSchemaNode schema, Set<QName> qnames)
static DataSchemaNode
SchemaUtils. findSchemaForChild(ChoiceSchemaNode schema, QName childPartialQName)
-
Uses of ChoiceSchemaNode in org.opendaylight.yangtools.yang.data.impl.schema.builder.impl
Methods in org.opendaylight.yangtools.yang.data.impl.schema.builder.impl with parameters of type ChoiceSchemaNode Modifier and Type Method Description static @NonNull DataContainerNodeBuilder<YangInstanceIdentifier.NodeIdentifier,ChoiceNode>
ImmutableChoiceNodeSchemaAwareBuilder. create(ChoiceSchemaNode schema)
Constructors in org.opendaylight.yangtools.yang.data.impl.schema.builder.impl with parameters of type ChoiceSchemaNode Constructor Description ImmutableChoiceNodeSchemaAwareBuilder(ChoiceSchemaNode schema)
-
Uses of ChoiceSchemaNode in org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.valid
Methods in org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.valid with parameters of type ChoiceSchemaNode Modifier and Type Method Description static void
DataValidationException. checkLegalChild(boolean isLegal, YangInstanceIdentifier.PathArgument child, ChoiceSchemaNode schema)
-
Uses of ChoiceSchemaNode in org.opendaylight.yangtools.yang.model.util
Methods in org.opendaylight.yangtools.yang.model.util with parameters of type ChoiceSchemaNode Modifier and Type Method Description protected void
DataNodeAggregator. addChoice(ChoiceSchemaNode choiceNode)
-