public interface ModuleImport extends DocumentedNode
The import statement makes definitions from one module available inside another module or submodule.
DocumentedNode.WithStatus
Modifier and Type | Method and Description |
---|---|
String |
getModuleName()
Returns the name of the module to import.
|
String |
getPrefix()
Returns the prefix associated with the imported module.
|
Optional<Revision> |
getRevision()
Returns the module revision to import.
|
Optional<SemVer> |
getSemanticVersion()
Returns the semantic version to import.
|
getDescription, getReference, getUnknownSchemaNodes
String getModuleName()
Optional<Revision> getRevision()
Optional<SemVer> getSemanticVersion()
String getPrefix()
Copyright © 2019 OpenDaylight. All rights reserved.