Apama Capital Markets Foundation  10.7.0.0
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
SchemaItem Class Reference

#include <MDM_MarketDataInterface.h>

Inheritance diagram for SchemaItem:
SchemaItemValue

Public Member Functions

 SchemaItem (const std::string &paramName, const std::string &type, const std::string &value, const std::string &description)
 
- Public Member Functions inherited from SchemaItemValue
 SchemaItemValue (const std::string &paramName, const std::string &value)
 
bool operator== (const SchemaItemValue &rhs) const
 

Public Attributes

std::string type_
 
std::string description_
 
- Public Attributes inherited from SchemaItemValue
std::string paramName_
 
std::string value_
 

Detailed Description

Schema Item - Extra Params and News

Constructor & Destructor Documentation

SchemaItem::SchemaItem ( const std::string &  paramName,
const std::string &  type,
const std::string &  value,
const std::string &  description 
)
inline

Constructor

Parameters
paramNameThe name/key of this schema item
typeThe Apama variable type of this schema item (boolean, integer, dictionary, sequence, etc...)
valueThe value of this schema item
descriptionThe description of this schema item

Member Data Documentation

std::string SchemaItem::description_

The description of this schema item

std::string SchemaItem::type_

The Apama variable type of this schema item (boolean, integer, dictionary, sequence, etc...)


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