public class GroupingStatementImpl extends AbstractDeclaredStatement<QName> implements GroupingStatement
| Modifier and Type | Class and Description |
|---|---|
static class |
GroupingStatementImpl.Definition |
DocumentationGroup.WithStatusDataDefinitionContainer.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, statementDefinitionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdeclaredSubstatements, rawArgumentargument, getStatementSource, statementDefinitionprotected GroupingStatementImpl(StmtContext<QName,GroupingStatement,?> context)
@Nonnull public QName getName()
getName in interface GroupingStatementpublic StatusStatement getStatus()
getStatus in interface DocumentationGroup.WithStatuspublic DescriptionStatement getDescription()
DocumentationGroupgetDescription in interface DocumentationGrouppublic ReferenceStatement getReference()
DocumentationGroupgetReference 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()
ActionStatementContainergetActions in interface ActionStatementContainerpublic final Collection<? extends NotificationStatement> getNotifications()
NotificationStatementContainergetNotifications in interface NotificationStatementContainerCopyright © 2018 OpenDaylight. All rights reserved.