Uses of Class
net.floodlightcontroller.linkdiscovery.ILinkDiscovery.SwitchType

Packages that use ILinkDiscovery.SwitchType
net.floodlightcontroller.linkdiscovery   
 

Uses of ILinkDiscovery.SwitchType in net.floodlightcontroller.linkdiscovery
 

Fields in net.floodlightcontroller.linkdiscovery declared as ILinkDiscovery.SwitchType
protected  ILinkDiscovery.SwitchType ILinkDiscovery.LDUpdate.srcType
           
 

Methods in net.floodlightcontroller.linkdiscovery that return ILinkDiscovery.SwitchType
 ILinkDiscovery.SwitchType ILinkDiscovery.LDUpdate.getSrcType()
           
static ILinkDiscovery.SwitchType ILinkDiscovery.SwitchType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ILinkDiscovery.SwitchType[] ILinkDiscovery.SwitchType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in net.floodlightcontroller.linkdiscovery with parameters of type ILinkDiscovery.SwitchType
ILinkDiscovery.LDUpdate(long switchId, ILinkDiscovery.SwitchType stype, ILinkDiscovery.UpdateOperation oper)