Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.openflowjava.nx.action.rev140421.flow.mod.spec.flow.mod.spec.FlowModOutputToPortCaseBuilder
Packages that use FlowModOutputToPortCaseBuilder
Package
Description
-
Uses of FlowModOutputToPortCaseBuilder in org.opendaylight.yang.gen.v1.urn.opendaylight.openflowjava.nx.action.rev140421.flow.mod.spec.flow.mod.spec
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.openflowjava.nx.action.rev140421.flow.mod.spec.flow.mod.spec that return FlowModOutputToPortCaseBuilderModifier and TypeMethodDescriptionFlowModOutputToPortCaseBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<FlowModOutputToPortCase> augmentation) Add an augmentation to this builder's product.FlowModOutputToPortCaseBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<FlowModOutputToPortCase>> augmentationType) Remove an augmentation from this builder's product.FlowModOutputToPortCaseBuilder.setFlowModOutputToPort
(FlowModOutputToPort value) Set the property corresponding toFlowModOutputToPortCase.getFlowModOutputToPort()
to the specified value.