Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.match.rev140714.nxm.nx.reg.grouping.NxmNxRegBuilder
-
Packages that use NxmNxRegBuilder Package Description org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.match.rev140714.nxm.nx.reg.grouping -
-
Uses of NxmNxRegBuilder in org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.match.rev140714.nxm.nx.reg.grouping
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.match.rev140714.nxm.nx.reg.grouping that return NxmNxRegBuilder Modifier and Type Method Description NxmNxRegBuilderNxmNxRegBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<NxmNxReg> augmentation)Add an augmentation to this builder's product.NxmNxRegBuilderNxmNxRegBuilder. removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<NxmNxReg>> augmentationType)Remove an augmentation from this builder's product.NxmNxRegBuilderNxmNxRegBuilder. setMask(org.opendaylight.yangtools.yang.common.Uint32 value)Set the property corresponding toNxmNxReg.getMask()to the specified value.NxmNxRegBuilderNxmNxRegBuilder. setReg(Class<? extends NxmNxReg> value)Set the property corresponding toNxmNxReg.getReg()to the specified value.NxmNxRegBuilderNxmNxRegBuilder. setValue(org.opendaylight.yangtools.yang.common.Uint32 value)Set the property corresponding toNxmNxReg.getValue()to the specified value.
-