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

Packages that use OFError.OFFlowModFailedCode
org.openflow.protocol   
 

Uses of OFError.OFFlowModFailedCode in org.openflow.protocol
 

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