Uses of Class
org.openflow.protocol.OFPortStatus.OFPortReason

Packages that use OFPortStatus.OFPortReason
org.openflow.protocol   
 

Uses of OFPortStatus.OFPortReason in org.openflow.protocol
 

Methods in org.openflow.protocol that return OFPortStatus.OFPortReason
static OFPortStatus.OFPortReason OFPortStatus.OFPortReason.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static OFPortStatus.OFPortReason[] OFPortStatus.OFPortReason.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.openflow.protocol with parameters of type OFPortStatus.OFPortReason
 OFPortStatus OFPortStatus.setReason(OFPortStatus.OFPortReason reason)