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 |
ActionStatement
Represents YANG action statement
The "action" statement is used to define an operation connected to a
specific container or list data node.
|
interface |
AnydataStatement
The "anydata" statement defines an interior node in the schema tree.
|
interface |
AnyxmlStatement |
interface |
BitStatement |
interface |
CaseStatement |
interface |
ChoiceStatement |
interface |
ContainerStatement |
interface |
DataDefinitionStatement
Statement that defines new data nodes.
|
static interface |
DocumentationGroup.WithStatus |
interface |
DocumentedConstraintGroup |
interface |
EnumStatement |
interface |
ExtensionStatement |
interface |
FeatureStatement |
interface |
GroupingStatement |
interface |
IdentityStatement |
interface |
ImportStatement |
interface |
IncludeStatement |
interface |
LeafListStatement |
interface |
LeafStatement |
interface |
LengthStatement |
interface |
ListStatement |
interface |
MetaGroup |
interface |
ModuleStatement |
interface |
MustStatement |
interface |
NotificationStatement |
interface |
OperationGroup
Common interface for action and rpc statements
|
interface |
PatternStatement |
interface |
RangeStatement |
interface |
RefineStatement |
static interface |
RefineStatement.RefineContainerStatement |
static interface |
RefineStatement.RefineLeafStatement |
interface |
RevisionStatement |
interface |
RpcStatement |
interface |
SubmoduleStatement |
interface |
TypedefStatement |
interface |
UsesStatement |
interface |
WhenStatement |
Modifier and Type | Class and Description |
---|---|
class |
AbstractRootStatement<T extends DeclaredStatement<String>> |
class |
AnyxmlStatementImpl |
class |
BitStatementImpl |
class |
CaseStatementImpl |
class |
ChoiceStatementImpl |
class |
ContainerStatementImpl |
class |
EnumStatementImpl |
class |
ExtensionStatementImpl |
class |
FeatureStatementImpl |
class |
GroupingStatementImpl |
class |
IdentityStatementImpl |
class |
ImportStatementImpl |
class |
IncludeStatementImpl |
class |
LeafListStatementImpl |
class |
LeafStatementImpl |
class |
LengthStatementImpl |
class |
ListStatementImpl |
class |
ModuleStatementImpl |
class |
MustStatementImpl |
class |
NotificationStatementImpl |
class |
PatternStatementImpl |
class |
RangeStatementImpl |
class |
RefineStatementImpl |
class |
RevisionStatementImpl |
class |
RpcStatementImpl |
class |
SubmoduleStatementImpl |
class |
TypedefStatementImpl |
class |
UsesStatementImpl |
class |
WhenStatementImpl |
Modifier and Type | Class and Description |
---|---|
class |
ActionStatementImpl |
class |
AnydataStatementImpl
YANG 1.1 AnyData declared statement implementation.
|
Copyright © 2018 OpenDaylight. All rights reserved.