Interface MetaDeclaredStatement<T>
- All Superinterfaces:
DeclaredStatement<T>
,DocumentedDeclaredStatement<T>
,ModelStatement<T>
- All Known Subinterfaces:
ModuleStatement
,SubmoduleStatement
- All Known Implementing Classes:
ModuleStatementImpl
,RefModuleStatement
,RefSubmoduleStatement
,SubmoduleStatementImpl
Common interface for statements which contain either a description/reference or a description/reference/status combo.
-
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 Optional<ContactStatement>
default Optional<OrganizationStatement>
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.meta.ModelStatement
argument, statementDefinition
-
Method Details
-
getOrganization
-
getContact
-