Interface RefineStatement
- All Superinterfaces:
ConfigStatementAwareDeclaredStatement<SchemaNodeIdentifier.Descendant>
,DeclaredStatement<SchemaNodeIdentifier.Descendant>
,DocumentedDeclaredStatement<SchemaNodeIdentifier.Descendant>
,IfFeatureAwareDeclaredStatement<SchemaNodeIdentifier.Descendant>
,MandatoryStatementAwareDeclaredStatement<SchemaNodeIdentifier.Descendant>
,ModelStatement<SchemaNodeIdentifier.Descendant>
,MustStatementAwareDeclaredStatement<SchemaNodeIdentifier.Descendant>
- All Known Implementing Classes:
RefineStatementImpl
,RefRefineStatement
public interface RefineStatement
extends ConfigStatementAwareDeclaredStatement<SchemaNodeIdentifier.Descendant>, DocumentedDeclaredStatement<SchemaNodeIdentifier.Descendant>, IfFeatureAwareDeclaredStatement<SchemaNodeIdentifier.Descendant>, MandatoryStatementAwareDeclaredStatement<SchemaNodeIdentifier.Descendant>, MustStatementAwareDeclaredStatement<SchemaNodeIdentifier.Descendant>
Declared representation of a
refine
statement.-
Nested Class Summary
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 DefaultStatement>
default @Nullable MaxElementsStatement
default @Nullable MinElementsStatement
default @Nullable PresenceStatement
default StatementDefinition
Statement Definition of this statement.Methods inherited from interface org.opendaylight.yangtools.yang.model.api.stmt.ConfigStatementAwareDeclaredStatement
getConfig
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.IfFeatureAwareDeclaredStatement
getIfFeatures
Methods inherited from interface org.opendaylight.yangtools.yang.model.api.stmt.MandatoryStatementAwareDeclaredStatement
getMandatory
Methods inherited from interface org.opendaylight.yangtools.yang.model.api.meta.ModelStatement
argument
Methods inherited from interface org.opendaylight.yangtools.yang.model.api.stmt.MustStatementAwareDeclaredStatement
getMustStatements
-
Method Details
-
statementDefinition
Description copied from interface:ModelStatement
Statement Definition of this statement.- Specified by:
statementDefinition
in interfaceModelStatement<SchemaNodeIdentifier.Descendant>
- Returns:
- definition of this statement.
-
getDefaults
-
getPresence
-
getMinElements
-
getMaxElements
-