Uses of Interface
org.opendaylight.yangtools.yang.model.api.CaseSchemaNode
Packages that use CaseSchemaNode
Package
Description
Definition of structures and DOM like API of effected YANG schema.
-
Uses of CaseSchemaNode in org.opendaylight.yangtools.yang.data.util
Methods in org.opendaylight.yangtools.yang.data.util that return types with arguments of type CaseSchemaNodeModifier and TypeMethodDescriptionstatic Optional<CaseSchemaNode>
NormalizedNodeSchemaUtils.detectCase
(ChoiceSchemaNode schema, AugmentationNode child) static Optional<CaseSchemaNode>
NormalizedNodeSchemaUtils.detectCase
(ChoiceSchemaNode schema, DataContainerChild child) -
Uses of CaseSchemaNode in org.opendaylight.yangtools.yang.model.api
Methods in org.opendaylight.yangtools.yang.model.api that return types with arguments of type CaseSchemaNodeModifier and TypeMethodDescriptiondefault Optional<? extends CaseSchemaNode>
ChoiceSchemaNode.findCaseNode
(QName qname) Returns the concrete case according to specified Q name.default List<? extends @NonNull CaseSchemaNode>
ChoiceSchemaNode.findCaseNodes
(String localname) Returns the concrete cases according to specified name, disregarding their namespace.Collection<? extends @NonNull CaseSchemaNode>
ChoiceSchemaNode.getCases()
Returns cases of choice, keyed by theirSchemaNode.getQName()
.ChoiceSchemaNode.getDefaultCase()
Returns name of case which is in the choice specified as default. -
Uses of CaseSchemaNode in org.opendaylight.yangtools.yang.model.ri.stmt
Methods in org.opendaylight.yangtools.yang.model.ri.stmt with parameters of type CaseSchemaNodeModifier and TypeMethodDescriptionstatic ChoiceEffectiveStatement
EffectiveStatements.createChoice
(ChoiceStatement declared, QName argument, int flags, ImmutableList<? extends EffectiveStatement<?, ?>> substatements, @Nullable CaseSchemaNode defaultCase) -
Uses of CaseSchemaNode in org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff
Classes in org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff that implement CaseSchemaNodeModifier and TypeClassDescriptionfinal class
final class
Methods in org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff that return types with arguments of type CaseSchemaNodeModifier and TypeMethodDescriptionfinal Optional<? extends CaseSchemaNode>
AbstractChoiceEffectiveStatement.findCaseNode
(QName qname) final Collection<? extends @NonNull CaseSchemaNode>
AbstractChoiceEffectiveStatement.getCases()
EmptyChoiceEffectiveStatement.getDefaultCase()
RegularChoiceEffectiveStatement.getDefaultCase()
Constructors in org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff with parameters of type CaseSchemaNodeModifierConstructorDescriptionRegularChoiceEffectiveStatement
(ChoiceStatement declared, ImmutableList<? extends EffectiveStatement<?, ?>> substatements, QName argument, int flags, @Nullable CaseSchemaNode defaultCase)