public class RpcStatementImpl extends AbstractDeclaredStatement<QName> implements RpcStatement
Modifier and Type | Class and Description |
---|---|
static class |
RpcStatementImpl.Definition |
DocumentationGroup.WithStatus
Modifier | Constructor and Description |
---|---|
protected |
RpcStatementImpl(StmtContext<QName,RpcStatement,?> 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, statementDefinition
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
declaredSubstatements, rawArgument
argument, getStatementSource, statementDefinition
protected RpcStatementImpl(StmtContext<QName,RpcStatement,?> 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()
DocumentationGroup
getDescription
in interface DocumentationGroup
@Nullable public ReferenceStatement getReference()
DocumentationGroup
getReference
in interface DocumentationGroup
public InputStatement getInput()
getInput
in interface OperationGroup
public OutputStatement getOutput()
getOutput
in interface OperationGroup
@Nonnull public Collection<? extends IfFeatureStatement> getIfFeatures()
ConditionalFeature
getIfFeatures
in interface ConditionalFeature
Copyright © 2018 OpenDaylight. All rights reserved.