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>
Declared representation of a
augment
statement.-
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
Modifier and TypeMethodDescriptiondefault @NonNull Collection<? extends CaseStatement>
getCases()
default 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 Details
-
statementDefinition
Description copied from interface:ModelStatement
Statement Definition of this statement.- Specified by:
statementDefinition
in interfaceModelStatement<SchemaNodeIdentifier>
- Returns:
- definition of this statement.
-
getCases
-