public class NotificationStatementImpl extends AbstractDeclaredStatement<QName> implements NotificationStatement
Modifier and Type | Class and Description |
---|---|
static class |
NotificationStatementImpl.Definition |
DataDefinitionContainer.WithReusableDefinitions
DocumentationGroup.WithStatus
Modifier | Constructor and Description |
---|---|
protected |
NotificationStatementImpl(StmtContext<QName,NotificationStatement,?> context) |
Modifier and Type | Method and Description |
---|---|
Collection<? extends DataDefinitionStatement> |
getDataDefinitions() |
DescriptionStatement |
getDescription()
All implementations should override this method.
|
Collection<? extends GroupingStatement> |
getGroupings() |
Collection<? extends MustStatement> |
getMusts()
All implementations should override this method.
|
QName |
getName() |
ReferenceStatement |
getReference()
All implementations should override this method.
|
StatusStatement |
getStatus() |
Collection<? extends TypedefStatement> |
getTypedefs() |
allDeclared, argument, declaredSubstatements, firstDeclared, getStatementSource, rawArgument, statementDefinition
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
declaredSubstatements, rawArgument
argument, getStatementSource, statementDefinition
protected NotificationStatementImpl(StmtContext<QName,NotificationStatement,?> context)
@Nonnull public QName getName()
getName
in interface NotificationStatement
@Nonnull public Collection<? extends TypedefStatement> getTypedefs()
getTypedefs
in interface DataDefinitionContainer.WithReusableDefinitions
@Nonnull public Collection<? extends GroupingStatement> getGroupings()
getGroupings
in interface DataDefinitionContainer.WithReusableDefinitions
@Nonnull public Collection<? extends DataDefinitionStatement> getDataDefinitions()
getDataDefinitions
in interface DataDefinitionContainer
@Nonnull public Collection<? extends MustStatement> getMusts()
NotificationStatement
getMusts
in interface NotificationStatement
@Nullable public StatusStatement getStatus()
getStatus
in interface DocumentationGroup.WithStatus
@Nullable public DescriptionStatement getDescription()
DocumentationGroup
getDescription
in interface DocumentationGroup
@Nullable public ReferenceStatement getReference()
DocumentationGroup
getReference
in interface DocumentationGroup
Copyright © 2018 OpenDaylight. All rights reserved.