libepp_nicbr
Public Types | Static Public Member Functions | List of all members
LaunchInfoRsp::Status Class Reference

EPP LaunchInfoRsp::Status Class. More...

#include <LaunchInfoRsp.H>

Public Types

enum  Value {
  NONE, PENDING_VALIDATION, VALIDATED, INVALID,
  PENDING_ALLOCATION, ALLOCATED, REJECTED, CUSTOM
}
 Possible launch info response status.
 

Static Public Member Functions

static string toStr (const Value value)
 Convert status to text format. More...
 
static Value fromStr (const string &value)
 Convert text status to value. More...
 

Detailed Description

EPP LaunchInfoRsp::Status Class.

Member Function Documentation

static Value LaunchInfoRsp::Status::fromStr ( const string &  value)
inlinestatic

Convert text status to value.

Parameters
valuetext status
Returns
value representation of the status
static string LaunchInfoRsp::Status::toStr ( const Value  value)
inlinestatic

Convert status to text format.

Parameters
valuestatus value
Returns
text representation of the status

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