public class ActionEffectiveStatementImpl extends AbstractEffectiveSchemaNode<ActionStatement> implements ActionDefinition
DocumentedNode.WithStatus
Constructor and Description |
---|
ActionEffectiveStatementImpl(StmtContext<QName,ActionStatement,EffectiveStatement<QName,ActionStatement>> ctx) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Set<GroupingDefinition> |
getGroupings()
Returns the set of grouping statements declared under this operation.
|
ContainerSchemaNode |
getInput()
Returns definition of input parameters for this operation.
|
ContainerSchemaNode |
getOutput()
Returns definition of output parameters for this operation.
|
Set<TypeDefinition<?>> |
getTypeDefinitions()
Returns the set of type definitions declared under this operation.
|
int |
hashCode() |
String |
toString() |
getPath, getQName, getUnknownSchemaNodes
getDescription, getReference, getStatus
argument, getDeclared, getStatementSource, statementDefinition
allSubstatementsOfType, effectiveSubstatements, firstEffective, firstEffectiveSubstatementOfType, firstSchemaNode, firstSubstatementOfType, firstSubstatementOfType, get, getAll
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getPath, getQName
getStatus
getDescription, getReference, getUnknownSchemaNodes
public ActionEffectiveStatementImpl(StmtContext<QName,ActionStatement,EffectiveStatement<QName,ActionStatement>> ctx)
public ContainerSchemaNode getInput()
OperationDefinition
getInput
in interface OperationDefinition
public ContainerSchemaNode getOutput()
OperationDefinition
getOutput
in interface OperationDefinition
public Set<TypeDefinition<?>> getTypeDefinitions()
OperationDefinition
getTypeDefinitions
in interface OperationDefinition
public Set<GroupingDefinition> getGroupings()
OperationDefinition
getGroupings
in interface OperationDefinition
Copyright © 2018 OpenDaylight. All rights reserved.