Apache Qpid - AMQP Messaging for Java JMS, C++, Python, Ruby, and .NET Apache Qpid Documentation
Public Member Functions | List of all members
qmf::engine::SchemaObjectClass Class Reference

#include <qmf/engine/Schema.h>

Public Member Functions

 SchemaObjectClass (const char *package, const char *name)
 
 SchemaObjectClass (const SchemaObjectClass &from)
 
 ~SchemaObjectClass ()
 
void addProperty (const SchemaProperty *property)
 
void addStatistic (const SchemaStatistic *statistic)
 
void addMethod (const SchemaMethod *method)
 
const SchemaClassKeygetClassKey () const
 
int getPropertyCount () const
 
int getStatisticCount () const
 
int getMethodCount () const
 
const SchemaPropertygetProperty (int idx) const
 
const SchemaStatisticgetStatistic (int idx) const
 
const SchemaMethodgetMethod (int idx) const
 

Detailed Description

Definition at line 161 of file Schema.h.

Constructor & Destructor Documentation

qmf::engine::SchemaObjectClass::SchemaObjectClass ( const char *  package,
const char *  name 
)
qmf::engine::SchemaObjectClass::SchemaObjectClass ( const SchemaObjectClass from)
qmf::engine::SchemaObjectClass::~SchemaObjectClass ( )

Member Function Documentation

void qmf::engine::SchemaObjectClass::addMethod ( const SchemaMethod method)
void qmf::engine::SchemaObjectClass::addProperty ( const SchemaProperty property)
void qmf::engine::SchemaObjectClass::addStatistic ( const SchemaStatistic statistic)
const SchemaClassKey* qmf::engine::SchemaObjectClass::getClassKey ( ) const
const SchemaMethod* qmf::engine::SchemaObjectClass::getMethod ( int  idx) const
int qmf::engine::SchemaObjectClass::getMethodCount ( ) const
const SchemaProperty* qmf::engine::SchemaObjectClass::getProperty ( int  idx) const
int qmf::engine::SchemaObjectClass::getPropertyCount ( ) const
const SchemaStatistic* qmf::engine::SchemaObjectClass::getStatistic ( int  idx) const
int qmf::engine::SchemaObjectClass::getStatisticCount ( ) const

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

Qpid C++ API Reference
Generated on Thu Aug 28 2014 for Qpid C++ Client API by doxygen 1.8.3.1