libepp_nicbr
Public Types | Static Public Member Functions | List of all members
TransferOperation Class Reference

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)
 

Detailed Description

EPP Transfer Operation Class.

Member Function Documentation

static Value TransferOperation::fromStr ( const string  operationStr)
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().

static string TransferOperation::toStr ( const Value  operation)
inlinestatic

Convert operation into text. Operations are listed in RFC 5730 (section 2.9.3.4). Syntax defined in RFC 5730 (transferOpType)


The documentation for this class was generated from the following file: