libepp_nicbr
|
EPP Transfer Operation Class. More...
#include <CommonData.H>
Public Types | |
enum | Value { NONE, QUERY, REQUEST, CANCEL, APPROVE, REJECT } |
Possible operation values. | |
Static Public Member Functions | |
static string | toStr (const Value operation) |
static Value | fromStr (const string operationStr) |
EPP Transfer Operation Class.
|
inlinestatic |
Convert a text into enum. Operations are listed in RFC 5730 (section 2.9.3.4). Syntax defined in RFC 5730 (transferOpType)
Referenced by cmd_def_reg_transfer(), and cmd_domain_transfer().
|
inlinestatic |
Convert operation into text. Operations are listed in RFC 5730 (section 2.9.3.4). Syntax defined in RFC 5730 (transferOpType)