Interface NamespaceStatement
-
- All Superinterfaces:
DeclaredStatement<URI>
,ModelStatement<URI>
public interface NamespaceStatement extends DeclaredStatement<URI>
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default @NonNull URI
getUri()
default StatementDefinition
statementDefinition()
Statement Definition of this statement.-
Methods inherited from interface org.opendaylight.yangtools.yang.model.api.meta.DeclaredStatement
declaredSubstatements, declaredSubstatements, findFirstDeclaredSubstatement, findFirstDeclaredSubstatementArgument, rawArgument, streamDeclaredSubstatements
-
Methods inherited from interface org.opendaylight.yangtools.yang.model.api.meta.ModelStatement
argument, getStatementSource
-
-
-
-
Method Detail
-
statementDefinition
default StatementDefinition statementDefinition()
Description copied from interface:ModelStatement
Statement Definition of this statement.- Specified by:
statementDefinition
in interfaceModelStatement<URI>
- Returns:
- definition of this statement.
-
getUri
default @NonNull URI getUri()
-
-