Interface ConfigStatement
- All Superinterfaces:
DeclaredStatement<Boolean>
,ModelStatement<Boolean>
- All Known Implementing Classes:
EmptyConfigStatement
,RefConfigStatement
,RegularConfigStatement
Declared representation of a
config
statement.-
Method Summary
Modifier and TypeMethodDescriptiondefault StatementDefinition
Statement Definition of this statement.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.meta.ModelStatement
argument
-
Method Details
-
statementDefinition
Description copied from interface:ModelStatement
Statement Definition of this statement.- Specified by:
statementDefinition
in interfaceModelStatement<Boolean>
- Returns:
- definition of this statement.
-