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.stmt.rfc6020.effective |
Contains implementation of Rfc6020 effective statements.
|
Modifier and Type | Method and Description |
---|---|
static com.google.common.base.Optional<ChoiceCaseNode> |
SchemaUtils.detectCase(ChoiceSchemaNode schema,
DataContainerChild<?,?> child) |
Modifier and Type | Method and Description |
---|---|
static boolean |
SchemaUtils.belongsToCaseAugment(ChoiceCaseNode caseNode,
YangInstanceIdentifier.AugmentationIdentifier childToProcess) |
Modifier and Type | Method and Description |
---|---|
ChoiceCaseNode |
ChoiceSchemaNode.getCaseNodeByName(QName name)
Returns the concrete case according to specified Q name.
|
ChoiceCaseNode |
ChoiceSchemaNode.getCaseNodeByName(String name)
Returns the concrete case according to specified name.
|
Modifier and Type | Method and Description |
---|---|
Set<ChoiceCaseNode> |
ChoiceSchemaNode.getCases()
Returns cases of choice.
|
Modifier and Type | Class and Description |
---|---|
class |
CaseEffectiveStatementImpl |
Modifier and Type | Method and Description |
---|---|
ChoiceCaseNode |
ChoiceEffectiveStatementImpl.getCaseNodeByName(QName name) |
ChoiceCaseNode |
ChoiceEffectiveStatementImpl.getCaseNodeByName(String name) |
Modifier and Type | Method and Description |
---|---|
Set<ChoiceCaseNode> |
ChoiceEffectiveStatementImpl.getCases() |
com.google.common.base.Optional<ChoiceCaseNode> |
CaseEffectiveStatementImpl.getOriginal() |
Copyright © 2018 OpenDaylight. All rights reserved.