Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.oxm.rev150225.match.entry.value.grouping.match.entry.value.InPhyPortCase
Packages that use InPhyPortCase
Package
Description
-
Uses of InPhyPortCase 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 InPhyPortCaseModifier and TypeMethodDescriptionOfToSalInPhyPortCase.process
(@NonNull InPhyPortCase source, MatchResponseConvertorData data, ConvertorExecutor convertorExecutor) -
Uses of InPhyPortCase 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 InPhyPortCaseModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<InPhyPortCase>>
E$$InPhyPortCaseBuilder.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 InPhyPortCaseModifier and TypeMethodDescription@NonNull InPhyPortCase
InPhyPortCaseBuilder.build()
A newInPhyPortCase
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 InPhyPortCaseModifier and TypeMethodDescriptiondefault Class<InPhyPortCase>
InPhyPortCase.implementedInterface()
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.oxm.rev150225.match.entry.value.grouping.match.entry.value with parameters of type InPhyPortCaseModifier and TypeMethodDescriptionstatic boolean
InPhyPortCase.bindingEquals
(@NonNull InPhyPortCase thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
InPhyPortCase.bindingHashCode
(@NonNull InPhyPortCase obj) Default implementation ofObject.hashCode()
contract for this interface.static String
InPhyPortCase.bindingToString
(@NonNull InPhyPortCase 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 InPhyPortCaseModifier and TypeMethodDescriptionInPhyPortCaseBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<InPhyPortCase> augmentation) Add an augmentation to this builder's product.InPhyPortCaseBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<InPhyPortCase>> 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 InPhyPortCaseModifierConstructorDescriptionConstruct a builder initialized with state from specifiedInPhyPortCase
.