Uses of Class
org.openflow.protocol.OFError.OFQueueOpFailedCode

Packages that use OFError.OFQueueOpFailedCode
org.openflow.protocol   
 

Uses of OFError.OFQueueOpFailedCode in org.openflow.protocol
 

Methods in org.openflow.protocol that return OFError.OFQueueOpFailedCode
static OFError.OFQueueOpFailedCode OFError.OFQueueOpFailedCode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static OFError.OFQueueOpFailedCode[] OFError.OFQueueOpFailedCode.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 OFError.OFQueueOpFailedCode
 OFError OFError.setErrorCode(OFError.OFQueueOpFailedCode code)