public class ActionStatementImpl extends AbstractDeclaredStatement<QName> implements ActionStatement
| Modifier and Type | Class and Description |
|---|---|
static class |
ActionStatementImpl.Definition |
DocumentationGroup.WithStatus| Modifier | Constructor and Description |
|---|---|
protected |
ActionStatementImpl(StmtContext<QName,ActionStatement,?> context) |
| Modifier and Type | Method and Description |
|---|---|
DescriptionStatement |
getDescription()
All implementations should override this method.
|
Collection<? extends GroupingStatement> |
getGroupings() |
Collection<? extends IfFeatureStatement> |
getIfFeatures()
All implementations should override this method.
|
InputStatement |
getInput() |
QName |
getName() |
OutputStatement |
getOutput() |
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 ActionStatementImpl(StmtContext<QName,ActionStatement,?> context)
public QName getName()
getName in interface OperationGroup@Nonnull public Collection<? extends TypedefStatement> getTypedefs()
getTypedefs in interface OperationGroup@Nonnull public Collection<? extends GroupingStatement> getGroupings()
getGroupings in interface OperationGroup@Nullable public StatusStatement getStatus()
getStatus in interface DocumentationGroup.WithStatus@Nullable public DescriptionStatement getDescription()
DocumentationGroupgetDescription in interface DocumentationGroup@Nullable public ReferenceStatement getReference()
DocumentationGroupgetReference in interface DocumentationGrouppublic InputStatement getInput()
getInput in interface OperationGrouppublic OutputStatement getOutput()
getOutput in interface OperationGroup@Nonnull public Collection<? extends IfFeatureStatement> getIfFeatures()
ConditionalFeaturegetIfFeatures in interface ConditionalFeatureCopyright © 2018 OpenDaylight. All rights reserved.