Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.oxm.rev150225.match.entry.value.grouping.match.entry.value.InPhyPortCase
Package
Description
-
Uses of InPhyPortCase in org.opendaylight.openflowplugin.openflow.md.core.sal.convertor.match.cases
Modifier 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
Modifier 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.Modifier and TypeMethodDescription@NonNull InPhyPortCase
InPhyPortCaseBuilder.build()
A newInPhyPortCase
instance.Modifier and TypeMethodDescriptiondefault Class<InPhyPortCase>
InPhyPortCase.implementedInterface()
Modifier 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.Modifier 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.ModifierConstructorDescriptionConstruct a builder initialized with state from specifiedInPhyPortCase
.