Uses of Class
com.bigswitch.floodlight.vendor.OFInterfaceVendorData

Packages that use OFInterfaceVendorData
com.bigswitch.floodlight.vendor   
 

Uses of OFInterfaceVendorData in com.bigswitch.floodlight.vendor
 

Fields in com.bigswitch.floodlight.vendor with type parameters of type OFInterfaceVendorData
protected  java.util.List<OFInterfaceVendorData> OFInterfaceIPReplyVendorData.interfaces
           
 

Methods in com.bigswitch.floodlight.vendor that return types with arguments of type OFInterfaceVendorData
 java.util.List<OFInterfaceVendorData> OFInterfaceIPReplyVendorData.getInterfaces()
           
 

Method parameters in com.bigswitch.floodlight.vendor with type arguments of type OFInterfaceVendorData
 void OFInterfaceIPReplyVendorData.setInterfaces(java.util.List<OFInterfaceVendorData> intfs)