Package | Description |
---|---|
org.opendaylight.yangtools.yang.model.api.stmt | |
org.opendaylight.yangtools.yang.parser.stmt.rfc6020 |
Contains implementation of statement supports for Rfc6020 statements and
implementation of declared statements.
|
org.opendaylight.yangtools.yang.parser.stmt.rfc7950 |
Contains implementation of statement supports for Rfc7950 statements
and implementation of declared statements specific to Rfc7950.
|
Modifier and Type | Interface and Description |
---|---|
interface |
AnydataStatement
The "anydata" statement defines an interior node in the schema tree.
|
interface |
AnyxmlStatement |
interface |
ChoiceStatement |
interface |
ContainerStatement |
interface |
LeafListStatement |
interface |
LeafStatement |
interface |
ListStatement |
interface |
UsesStatement |
Modifier and Type | Method and Description |
---|---|
Collection<? extends DataDefinitionStatement> |
DataDefinitionContainer.getDataDefinitions() |
Modifier and Type | Class and Description |
---|---|
class |
AnyxmlStatementImpl |
class |
ChoiceStatementImpl |
class |
ContainerStatementImpl |
class |
LeafListStatementImpl |
class |
LeafStatementImpl |
class |
ListStatementImpl |
class |
UsesStatementImpl |
Modifier and Type | Method and Description |
---|---|
Collection<? extends DataDefinitionStatement> |
NotificationStatementImpl.getDataDefinitions() |
Collection<? extends DataDefinitionStatement> |
AugmentStatementImpl.getDataDefinitions() |
Collection<? extends DataDefinitionStatement> |
GroupingStatementImpl.getDataDefinitions() |
Collection<? extends DataDefinitionStatement> |
ListStatementImpl.getDataDefinitions() |
Collection<? extends DataDefinitionStatement> |
ContainerStatementImpl.getDataDefinitions() |
Collection<? extends DataDefinitionStatement> |
OutputStatementImpl.getDataDefinitions() |
Collection<? extends DataDefinitionStatement> |
AbstractRootStatement.getDataDefinitions() |
Collection<? extends DataDefinitionStatement> |
CaseStatementImpl.getDataDefinitions() |
Collection<? extends DataDefinitionStatement> |
InputStatementImpl.getDataDefinitions() |
Modifier and Type | Class and Description |
---|---|
class |
AnydataStatementImpl
YANG 1.1 AnyData declared statement implementation.
|
Copyright © 2018 OpenDaylight. All rights reserved.