Package | Description |
---|---|
org.opendaylight.yangtools.yang.data.impl.schema | |
org.opendaylight.yangtools.yang.model.api |
Definition of structures and DOM like API of effected YANG schema
|
org.opendaylight.yangtools.yang.parser.rfc7950.stmt.choice |
Modifier and Type | Method and Description |
---|---|
static Optional<CaseSchemaNode> |
SchemaUtils.detectCase(ChoiceSchemaNode schema,
DataContainerChild<?,?> child) |
Modifier and Type | Method and Description |
---|---|
static boolean |
SchemaUtils.belongsToCaseAugment(CaseSchemaNode caseNode,
YangInstanceIdentifier.AugmentationIdentifier childToProcess) |
Modifier and Type | Method and Description |
---|---|
default CaseSchemaNode |
ChoiceSchemaNode.getCaseNodeByName(QName qname)
Deprecated.
Use either
getCases().get(name) or #findCase(QName) |
Modifier and Type | Method and Description |
---|---|
default Optional<CaseSchemaNode> |
ChoiceSchemaNode.findCase(QName qname)
Returns the concrete case according to specified Q name.
|
default List<CaseSchemaNode> |
ChoiceSchemaNode.findCaseNodes(String localname)
Returns the concrete cases according to specified name, disregarding their namespace.
|
SortedMap<QName,CaseSchemaNode> |
ChoiceSchemaNode.getCases()
Returns cases of choice, keyed by their
SchemaNode.getQName() . |
Optional<CaseSchemaNode> |
ChoiceSchemaNode.getDefaultCase()
Returns name of case which is in the choice specified as default.
|
Modifier and Type | Class and Description |
---|---|
class |
ImplicitCaseSchemaNode |
Copyright © 2019 OpenDaylight. All rights reserved.