Uses of Class
net.floodlightcontroller.devicemanager.SwitchPort.ErrorStatus

Packages that use SwitchPort.ErrorStatus
net.floodlightcontroller.devicemanager   
 

Uses of SwitchPort.ErrorStatus in net.floodlightcontroller.devicemanager
 

Methods in net.floodlightcontroller.devicemanager that return SwitchPort.ErrorStatus
static SwitchPort.ErrorStatus SwitchPort.ErrorStatus.fromString(java.lang.String str)
           
 SwitchPort.ErrorStatus SwitchPort.getErrorStatus()
           
static SwitchPort.ErrorStatus SwitchPort.ErrorStatus.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SwitchPort.ErrorStatus[] SwitchPort.ErrorStatus.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in net.floodlightcontroller.devicemanager with parameters of type SwitchPort.ErrorStatus
SwitchPort(long switchDPID, int port, SwitchPort.ErrorStatus errorStatus)
          Simple constructor