public class GroupingStatementImpl extends AbstractDeclaredStatement<QName> implements GroupingStatement
Modifier and Type | Class and Description |
---|---|
static class |
GroupingStatementImpl.Definition |
DocumentationGroup.WithStatus
DataDefinitionContainer.WithReusableDefinitions
Modifier | Constructor and Description |
---|---|
protected |
GroupingStatementImpl(StmtContext<QName,GroupingStatement,?> context) |
Modifier and Type | Method and Description |
---|---|
Collection<? extends ActionStatement> |
getActions()
All implementations should override this method.
|
Collection<? extends DataDefinitionStatement> |
getDataDefinitions() |
DescriptionStatement |
getDescription()
All implementations should override this method.
|
Collection<? extends GroupingStatement> |
getGroupings() |
QName |
getName() |
Collection<? extends NotificationStatement> |
getNotifications()
All implementations should override this method.
|
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 GroupingStatementImpl(StmtContext<QName,GroupingStatement,?> context)
@Nonnull public QName getName()
getName
in interface GroupingStatement
public StatusStatement getStatus()
getStatus
in interface DocumentationGroup.WithStatus
public DescriptionStatement getDescription()
DocumentationGroup
getDescription
in interface DocumentationGroup
public ReferenceStatement getReference()
DocumentationGroup
getReference
in interface DocumentationGroup
@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 ActionStatement> getActions()
ActionStatementContainer
getActions
in interface ActionStatementContainer
public final Collection<? extends NotificationStatement> getNotifications()
NotificationStatementContainer
getNotifications
in interface NotificationStatementContainer
Copyright © 2018 OpenDaylight. All rights reserved.