@Beta public interface OperationDefinition extends SchemaNode
DocumentedNode.WithStatus| Modifier and Type | Method and Description |
|---|---|
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.
|
getPath, getQNamegetStatusgetDescription, getReference, getUnknownSchemaNodesSet<TypeDefinition<?>> getTypeDefinitions()
Set<GroupingDefinition> getGroupings()
ContainerSchemaNode getInput()
ContainerSchemaNode getOutput()
Copyright © 2019 OpenDaylight. All rights reserved.