public class OutputStatementImpl extends AbstractDeclaredStatement<QName> implements OutputStatement
Modifier and Type | Class and Description |
---|---|
static class |
OutputStatementImpl.Definition |
DataDefinitionContainer.WithReusableDefinitions
Modifier | Constructor and Description |
---|---|
protected |
OutputStatementImpl(StmtContext<QName,OutputStatement,?> context) |
Modifier and Type | Method and Description |
---|---|
Collection<? extends DataDefinitionStatement> |
getDataDefinitions() |
Collection<? extends GroupingStatement> |
getGroupings() |
Collection<? extends MustStatement> |
getMusts()
All implementations should override this method.
|
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 OutputStatementImpl(StmtContext<QName,OutputStatement,?> context)
@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()
OutputStatement
getMusts
in interface OutputStatement
Copyright © 2018 OpenDaylight. All rights reserved.