Interface AugmentStatement
-
- All Superinterfaces:
ActionStatementAwareDeclaredStatement<SchemaNodeIdentifier>
,DataDefinitionAwareDeclaredStatement<SchemaNodeIdentifier>
,DeclaredStatement<SchemaNodeIdentifier>
,DocumentedDeclaredStatement<SchemaNodeIdentifier>
,DocumentedDeclaredStatement.WithStatus<SchemaNodeIdentifier>
,IfFeatureAwareDeclaredStatement<SchemaNodeIdentifier>
,ModelStatement<SchemaNodeIdentifier>
,NotificationStatementAwareDeclaredStatement<SchemaNodeIdentifier>
,WhenStatementAwareDeclaredStatement<SchemaNodeIdentifier>
- All Known Implementing Classes:
EmptyAugmentStatement
,RefAugmentStatement
,RegularAugmentStatement
public interface AugmentStatement extends DocumentedDeclaredStatement.WithStatus<SchemaNodeIdentifier>, DataDefinitionAwareDeclaredStatement<SchemaNodeIdentifier>, NotificationStatementAwareDeclaredStatement<SchemaNodeIdentifier>, ActionStatementAwareDeclaredStatement<SchemaNodeIdentifier>, WhenStatementAwareDeclaredStatement<SchemaNodeIdentifier>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.opendaylight.yangtools.yang.model.api.stmt.DataDefinitionAwareDeclaredStatement
DataDefinitionAwareDeclaredStatement.WithReusableDefinitions<A>
-
Nested classes/interfaces inherited from interface org.opendaylight.yangtools.yang.model.api.stmt.DocumentedDeclaredStatement
DocumentedDeclaredStatement.WithStatus<T>
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default @NonNull Collection<? extends CaseStatement>
getCases()
default StatementDefinition
statementDefinition()
Statement Definition of this statement.-
Methods inherited from interface org.opendaylight.yangtools.yang.model.api.stmt.ActionStatementAwareDeclaredStatement
getActions
-
Methods inherited from interface org.opendaylight.yangtools.yang.model.api.stmt.DataDefinitionAwareDeclaredStatement
getDataDefinitions
-
Methods inherited from interface org.opendaylight.yangtools.yang.model.api.meta.DeclaredStatement
declarationReference, declaredSubstatements, declaredSubstatements, findFirstDeclaredSubstatement, findFirstDeclaredSubstatementArgument, rawArgument, streamDeclaredSubstatements
-
Methods inherited from interface org.opendaylight.yangtools.yang.model.api.stmt.DocumentedDeclaredStatement
getDescription, getReference
-
Methods inherited from interface org.opendaylight.yangtools.yang.model.api.stmt.DocumentedDeclaredStatement.WithStatus
getStatus
-
Methods inherited from interface org.opendaylight.yangtools.yang.model.api.stmt.IfFeatureAwareDeclaredStatement
getIfFeatures
-
Methods inherited from interface org.opendaylight.yangtools.yang.model.api.meta.ModelStatement
argument
-
Methods inherited from interface org.opendaylight.yangtools.yang.model.api.stmt.NotificationStatementAwareDeclaredStatement
getNotifications
-
Methods inherited from interface org.opendaylight.yangtools.yang.model.api.stmt.WhenStatementAwareDeclaredStatement
getWhenStatement
-
-
-
-
Method Detail
-
statementDefinition
default StatementDefinition statementDefinition()
Description copied from interface:ModelStatement
Statement Definition of this statement.- Specified by:
statementDefinition
in interfaceModelStatement<SchemaNodeIdentifier>
- Returns:
- definition of this statement.
-
getCases
default @NonNull Collection<? extends CaseStatement> getCases()
-
-