7 #ifndef __LAUNCH_CHECK_CMD_H__
8 #define __LAUNCH_CHECK_CMD_H__
59 if (value ==
"claims") {
62 }
else if (value ==
"avail") {
117 #endif // __LAUNCH_CHECK_CMD_H__
Type::Value get_type() const
Returns the expected type of object.
Definition: LaunchCheckCmd.H:86
EPP Launch Phase Class.
Definition: Launch.H:121
static Value fromStr(const string &value)
Convert text type to value.
Definition: LaunchCheckCmd.H:57
void set_type(const Type::Value type)
Sets the expected type of object.
Definition: LaunchCheckCmd.H:80
Value
Possible type values.
Definition: LaunchCheckCmd.H:27
void reset()
Reset object attributes.
Definition: Launch.H:236
void reset()
Reset object attributes.
Definition: LaunchCheckCmd.H:101
LaunchPhase get_phase() const
Returns the phase of the launch.
Definition: LaunchCheckCmd.H:98
void set_phase(const LaunchPhase &phase)
Sets the phase of the launch.
Definition: LaunchCheckCmd.H:92
EPP LaunchCheckCmd::Type Class.
Definition: LaunchCheckCmd.H:23
static string toStr(const Value value)
Convert type to text format.
Definition: LaunchCheckCmd.H:38
EPP LaunchCheckCmd Class.
Definition: LaunchCheckCmd.H:19