Uses of Interface
org.opendaylight.yangtools.yang.model.api.ChoiceSchemaNode
-
Packages that use ChoiceSchemaNode Package Description 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.data.util org.opendaylight.yangtools.yang.model.ri.stmt org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff 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.schema
Methods in org.opendaylight.yangtools.yang.data.impl.schema with parameters of type ChoiceSchemaNode Modifier and Type Method Description static DataContainerNodeBuilder<YangInstanceIdentifier.NodeIdentifier,ChoiceNode>
SchemaAwareBuilders. choiceBuilder(ChoiceSchemaNode schema)
Deprecated, for removal: This API element is subject to removal in a future version. -
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>
ImmutableChoiceNodeBuilder. create(ChoiceSchemaNode schema)
Deprecated, for removal: This API element is subject to removal in a future version. -
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.data.util
Methods in org.opendaylight.yangtools.yang.data.util that return ChoiceSchemaNode Modifier and Type Method Description ChoiceSchemaNode
NormalizedNodeStreamWriterStack. startChoiceNode(YangInstanceIdentifier.NodeIdentifier name)
Methods in org.opendaylight.yangtools.yang.data.util with parameters of type ChoiceSchemaNode Modifier and Type Method Description static Optional<CaseSchemaNode>
NormalizedNodeSchemaUtils. detectCase(ChoiceSchemaNode schema, AugmentationNode child)
static Optional<CaseSchemaNode>
NormalizedNodeSchemaUtils. detectCase(ChoiceSchemaNode schema, DataContainerChild child)
-
Uses of ChoiceSchemaNode in org.opendaylight.yangtools.yang.model.ri.stmt
Methods in org.opendaylight.yangtools.yang.model.ri.stmt with parameters of type ChoiceSchemaNode Modifier and Type Method Description static ChoiceEffectiveStatement
EffectiveStatements. copyChoice(ChoiceEffectiveStatement original, Immutable path, int flags, @Nullable ChoiceSchemaNode newOriginal)
static ChoiceEffectiveStatement
EffectiveStatements. createChoice(ChoiceStatement declared, Immutable path, int flags, ImmutableList<? extends EffectiveStatement<?,?>> substatements, @Nullable CaseSchemaNode defaultCase, @Nullable ChoiceSchemaNode original)
-
Uses of ChoiceSchemaNode in org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff
Classes in org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff that implement ChoiceSchemaNode Modifier and Type Class Description class
ChoiceEffectiveStatementImpl
Methods in org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff that return types with arguments of type ChoiceSchemaNode Modifier and Type Method Description Optional<ChoiceSchemaNode>
ChoiceEffectiveStatementImpl. getOriginal()
Deprecated, for removal: This API element is subject to removal in a future version.Constructors in org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff with parameters of type ChoiceSchemaNode Constructor Description ChoiceEffectiveStatementImpl(ChoiceStatement declared, ImmutableList<? extends EffectiveStatement<?,?>> substatements, Immutable path, int flags, @Nullable CaseSchemaNode defaultCase, @Nullable ChoiceSchemaNode original)
ChoiceEffectiveStatementImpl(ChoiceEffectiveStatementImpl origEffective, Immutable path, int flags, ChoiceSchemaNode newOriginal)
-
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)
-