public class ModuleStatementImpl extends AbstractRootStatement<ModuleStatement> implements ModuleStatement
DocumentationGroup.WithStatus
DataDefinitionContainer.WithReusableDefinitions
Modifier | Constructor and Description |
---|---|
protected |
ModuleStatementImpl(StmtContext<String,ModuleStatement,?> context) |
Modifier and Type | Method and Description |
---|---|
String |
getName() |
NamespaceStatement |
getNamespace() |
PrefixStatement |
getPrefix() |
YangVersionStatement |
getYangVersion() |
getAugments, getContact, getDataDefinitions, getDescription, getDeviations, getExtensions, getFeatures, getGroupings, getIdentities, getImports, getIncludes, getNotifications, getOrganization, getReference, getRevisions, getRpcs, getTypedefs
allDeclared, argument, declaredSubstatements, firstDeclared, getStatementSource, rawArgument, statementDefinition
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
declaredSubstatements, rawArgument
argument, getStatementSource, statementDefinition
getImports, getIncludes
getContact, getOrganization
getDescription, getReference
getRevisions
getAugments, getDeviations, getExtensions, getFeatures, getIdentities, getRpcs
getGroupings, getTypedefs
getDataDefinitions
getNotifications
protected ModuleStatementImpl(StmtContext<String,ModuleStatement,?> context)
@Nonnull public String getName()
getName
in interface ModuleStatement
public YangVersionStatement getYangVersion()
getYangVersion
in interface ModuleHeaderGroup
@Nonnull public NamespaceStatement getNamespace()
getNamespace
in interface ModuleHeaderGroup
@Nonnull public PrefixStatement getPrefix()
getPrefix
in interface ModuleHeaderGroup
Copyright © 2018 OpenDaylight. All rights reserved.