public final class ModuleImpl extends AbstractDocumentedDataNodeContainer implements org.opendaylight.yangtools.yang.model.api.Module, org.opendaylight.yangtools.concepts.Immutable
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Set<org.opendaylight.yangtools.yang.model.api.AugmentationSchema> |
getAugmentations() |
String |
getContact() |
Set<org.opendaylight.yangtools.yang.model.api.Deviation> |
getDeviations() |
List<org.opendaylight.yangtools.yang.model.api.ExtensionDefinition> |
getExtensionSchemaNodes() |
Set<org.opendaylight.yangtools.yang.model.api.FeatureDefinition> |
getFeatures() |
Set<org.opendaylight.yangtools.yang.model.api.IdentitySchemaNode> |
getIdentities() |
Set<org.opendaylight.yangtools.yang.model.api.ModuleImport> |
getImports() |
String |
getModuleSourcePath() |
String |
getName() |
URI |
getNamespace() |
Set<org.opendaylight.yangtools.yang.model.api.NotificationDefinition> |
getNotifications() |
String |
getOrganization() |
String |
getPrefix() |
org.opendaylight.yangtools.yang.common.QNameModule |
getQNameModule() |
Date |
getRevision() |
Set<org.opendaylight.yangtools.yang.model.api.RpcDefinition> |
getRpcs() |
String |
getSource() |
Set<org.opendaylight.yangtools.yang.model.api.Module> |
getSubmodules() |
List<org.opendaylight.yangtools.yang.model.api.UnknownSchemaNode> |
getUnknownSchemaNodes() |
String |
getYangVersion() |
int |
hashCode() |
String |
toString() |
getChildNodes, getDataChildByName, getDataChildByName, getGroupings, getTypeDefinitions, getUsesgetDescription, getReference, getStatusclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic String getModuleSourcePath()
getModuleSourcePath in interface org.opendaylight.yangtools.yang.model.api.SourceStreamAwarepublic URI getNamespace()
getNamespace in interface org.opendaylight.yangtools.yang.model.api.ModuleIdentifierpublic String getName()
getName in interface org.opendaylight.yangtools.yang.model.api.ModuleIdentifierpublic Date getRevision()
getRevision in interface org.opendaylight.yangtools.yang.model.api.ModuleIdentifierpublic String getPrefix()
getPrefix in interface org.opendaylight.yangtools.yang.model.api.Modulepublic String getYangVersion()
getYangVersion in interface org.opendaylight.yangtools.yang.model.api.Modulepublic String getOrganization()
getOrganization in interface org.opendaylight.yangtools.yang.model.api.Modulepublic String getContact()
getContact in interface org.opendaylight.yangtools.yang.model.api.Modulepublic Set<org.opendaylight.yangtools.yang.model.api.ModuleImport> getImports()
getImports in interface org.opendaylight.yangtools.yang.model.api.Modulepublic Set<org.opendaylight.yangtools.yang.model.api.Module> getSubmodules()
getSubmodules in interface org.opendaylight.yangtools.yang.model.api.Modulepublic Set<org.opendaylight.yangtools.yang.model.api.FeatureDefinition> getFeatures()
getFeatures in interface org.opendaylight.yangtools.yang.model.api.Modulepublic Set<org.opendaylight.yangtools.yang.model.api.NotificationDefinition> getNotifications()
getNotifications in interface org.opendaylight.yangtools.yang.model.api.Modulepublic Set<org.opendaylight.yangtools.yang.model.api.AugmentationSchema> getAugmentations()
getAugmentations in interface org.opendaylight.yangtools.yang.model.api.Modulepublic Set<org.opendaylight.yangtools.yang.model.api.RpcDefinition> getRpcs()
getRpcs in interface org.opendaylight.yangtools.yang.model.api.Modulepublic Set<org.opendaylight.yangtools.yang.model.api.Deviation> getDeviations()
getDeviations in interface org.opendaylight.yangtools.yang.model.api.Modulepublic List<org.opendaylight.yangtools.yang.model.api.ExtensionDefinition> getExtensionSchemaNodes()
getExtensionSchemaNodes in interface org.opendaylight.yangtools.yang.model.api.Modulepublic Set<org.opendaylight.yangtools.yang.model.api.IdentitySchemaNode> getIdentities()
getIdentities in interface org.opendaylight.yangtools.yang.model.api.Modulepublic List<org.opendaylight.yangtools.yang.model.api.UnknownSchemaNode> getUnknownSchemaNodes()
getUnknownSchemaNodes in interface org.opendaylight.yangtools.yang.model.api.Modulepublic String getSource()
getSource in interface org.opendaylight.yangtools.yang.model.api.Modulepublic org.opendaylight.yangtools.yang.common.QNameModule getQNameModule()
getQNameModule in interface org.opendaylight.yangtools.yang.model.api.ModuleIdentifierCopyright © 2014. All rights reserved.