public class ImportEffectiveStatementImpl extends DeclaredEffectiveStatementBase<String,ImportStatement> implements ModuleImport
DocumentedNode.WithStatus| Constructor and Description |
|---|
ImportEffectiveStatementImpl(StmtContext<String,ImportStatement,?> ctx) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getDescription()
All implementations should override this method.
|
String |
getModuleName()
Returns the name of the module to import.
|
String |
getPrefix()
Returns the prefix associated with the imported module.
|
String |
getReference()
All implementations should override this method.
|
Date |
getRevision()
Returns the module revision to import.
|
SemVer |
getSemanticVersion()
Returns the semantic version to import.
|
int |
hashCode() |
String |
toString() |
argument, getDeclared, getStatementSource, statementDefinitionallSubstatementsOfType, effectiveSubstatements, firstEffective, firstEffectiveSubstatementOfType, firstSchemaNode, firstSubstatementOfType, firstSubstatementOfType, get, getAllclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetUnknownSchemaNodespublic ImportEffectiveStatementImpl(StmtContext<String,ImportStatement,?> ctx)
public String getModuleName()
ModuleImportgetModuleName in interface ModuleImportpublic Date getRevision()
ModuleImportgetRevision in interface ModuleImportpublic SemVer getSemanticVersion()
ModuleImportgetSemanticVersion in interface ModuleImportpublic String getPrefix()
ModuleImportgetPrefix in interface ModuleImportpublic String getDescription()
DocumentedNodegetDescription in interface DocumentedNodepublic String getReference()
DocumentedNodegetReference in interface DocumentedNodeCopyright © 2018 OpenDaylight. All rights reserved.