Interface ChoiceEffectiveStatement
- All Superinterfaces:
DataTreeAwareEffectiveStatement<QName,
,ChoiceStatement> EffectiveStatement<QName,
,ChoiceStatement> ModelStatement<QName>
,SchemaTreeAwareEffectiveStatement<QName,
,ChoiceStatement> SchemaTreeEffectiveStatement<ChoiceStatement>
- All Known Implementing Classes:
AbstractChoiceEffectiveStatement
,EmptyChoiceEffectiveStatement
,RegularChoiceEffectiveStatement
public interface ChoiceEffectiveStatement
extends SchemaTreeEffectiveStatement<ChoiceStatement>, DataTreeAwareEffectiveStatement<QName,ChoiceStatement>
Effective representation of a
choice
statement.-
Method Summary
Modifier and TypeMethodDescriptiondefault @NonNull Optional<CaseEffectiveStatement>
Namespace of available cases in a choice node.default StatementDefinition
Statement Definition of this statement.Methods inherited from interface org.opendaylight.yangtools.yang.model.api.stmt.DataTreeAwareEffectiveStatement
dataTreeNodes, findDataTreeNode, findDataTreeNode
Methods inherited from interface org.opendaylight.yangtools.yang.model.api.meta.EffectiveStatement
collectEffectiveSubstatements, effectiveSubstatements, findFirstEffectiveSubstatement, findFirstEffectiveSubstatementArgument, getDeclared, statementOrigin, streamEffectiveSubstatements
Methods inherited from interface org.opendaylight.yangtools.yang.model.api.meta.ModelStatement
argument
Methods inherited from interface org.opendaylight.yangtools.yang.model.api.stmt.SchemaTreeAwareEffectiveStatement
findSchemaTreeNode, findSchemaTreeNode, findSchemaTreeNode, findSchemaTreeNode, findSchemaTreeNode, findSchemaTreeNode, findSchemaTreeNode, findSchemaTreeNode, schemaTreeNodes
-
Method Details
-
statementDefinition
Description copied from interface:ModelStatement
Statement Definition of this statement.- Specified by:
statementDefinition
in interfaceModelStatement<QName>
- Returns:
- definition of this statement.
-
findCase
Namespace of available cases in a choice node. According to RFC7950 section 6.2.1:All cases within a choice share the same case identifier namespace. This namespace is scoped to the parent choice node.
-