Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.oxm.rev150225.match.entry.value.grouping.match.entry.value.MplsLabelCase
Packages that use MplsLabelCase
Package
Description
-
Uses of MplsLabelCase in org.opendaylight.openflowplugin.openflow.md.core.sal.convertor.match.cases
Methods in org.opendaylight.openflowplugin.openflow.md.core.sal.convertor.match.cases with parameters of type MplsLabelCaseModifier and TypeMethodDescriptionOfToSalMplsLabelCase.process
(@NonNull MplsLabelCase source, MatchResponseConvertorData data, ConvertorExecutor convertorExecutor) -
Uses of MplsLabelCase in org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.oxm.rev150225.match.entry.value.grouping.match.entry.value
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.oxm.rev150225.match.entry.value.grouping.match.entry.value with type parameters of type MplsLabelCaseModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<MplsLabelCase>>
E$$MplsLabelCaseBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.oxm.rev150225.match.entry.value.grouping.match.entry.value that return MplsLabelCaseModifier and TypeMethodDescription@NonNull MplsLabelCase
MplsLabelCaseBuilder.build()
A newMplsLabelCase
instance.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.oxm.rev150225.match.entry.value.grouping.match.entry.value that return types with arguments of type MplsLabelCaseModifier and TypeMethodDescriptiondefault Class<MplsLabelCase>
MplsLabelCase.implementedInterface()
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.oxm.rev150225.match.entry.value.grouping.match.entry.value with parameters of type MplsLabelCaseModifier and TypeMethodDescriptionstatic boolean
MplsLabelCase.bindingEquals
(@NonNull MplsLabelCase thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
MplsLabelCase.bindingHashCode
(@NonNull MplsLabelCase obj) Default implementation ofObject.hashCode()
contract for this interface.static String
MplsLabelCase.bindingToString
(@NonNull MplsLabelCase obj) Default implementation ofObject.toString()
contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.oxm.rev150225.match.entry.value.grouping.match.entry.value with type arguments of type MplsLabelCaseModifier and TypeMethodDescriptionMplsLabelCaseBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<MplsLabelCase> augmentation) Add an augmentation to this builder's product.MplsLabelCaseBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<MplsLabelCase>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.oxm.rev150225.match.entry.value.grouping.match.entry.value with parameters of type MplsLabelCaseModifierConstructorDescriptionConstruct a builder initialized with state from specifiedMplsLabelCase
.