Class Icmpv6NDOptionsTypeConvertor
java.lang.Object
org.opendaylight.openflowplugin.extension.vendor.eric.convertor.match.Icmpv6NDOptionsTypeConvertor
- All Implemented Interfaces:
ConvertorFromOFJava<MatchEntry,
,MatchPath> ConvertorToOFJava<MatchEntry>
public class Icmpv6NDOptionsTypeConvertor
extends Object
implements ConvertorToOFJava<MatchEntry>, ConvertorFromOFJava<MatchEntry,MatchPath>
Convert to/from SAL flow model to openflowjava model for Icmpv6NDOptionsTypeCase.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionExtensionAugment<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Extension>>
convert
(MatchEntry input, MatchPath path) Convert OF model to MD-SAL model.Convert MD-SAL model to OF model.
-
Constructor Details
-
Icmpv6NDOptionsTypeConvertor
public Icmpv6NDOptionsTypeConvertor()
-
-
Method Details
-
convert
public ExtensionAugment<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Extension>> convert(MatchEntry input, MatchPath path) Description copied from interface:ConvertorFromOFJava
Convert OF model to MD-SAL model.- Specified by:
convert
in interfaceConvertorFromOFJava<MatchEntry,
MatchPath> - Parameters:
input
- OF modelpath
- in yang schema where a converted value has to be augmented- Returns:
- message converted to MD-SAL and its type
-
convert
Description copied from interface:ConvertorToOFJava
Convert MD-SAL model to OF model.- Specified by:
convert
in interfaceConvertorToOFJava<MatchEntry>
- Parameters:
extension
- where is vendor's augmentation- Returns:
- message converted to OFJava-API
-