|
void | addValue (std::string const &value, std::string const &description, std::string const &id) |
|
virtual ValBlockT::Ptr | clone () const |
| Make copy of object. More...
|
|
std::string const & | getMaxRangeValue () const throw () |
|
std::string const & | getMinRangeValue () const throw () |
|
std::string const & | getRangeType () const throw () |
|
Values const & | getValues () const throw () |
|
std::string const & | id () const throw () |
|
bool | isEmpty () const throw () |
|
bool | isRangePresent () const throw () |
|
virtual ItemName | itemName () const throw () |
| Returns the ItemName of object. More...
|
|
std::string const & | name () const throw () |
|
void | setMaxRangeValue (std::string const &strMaxRangeVal) |
|
void | setMinRangeValue (std::string const &strMinRangeVal) |
|
void | setName (std::string const &name) |
|
void | setRangeType (std::string const &strRangeType) |
|
| ValBlock (std::string const &id) |
| Constructor. More...
|
|
| ValBlock (ValBlock const &src) |
| Copy Constructor. More...
|
|
virtual BlockT::Ptr | toBlock () |
| Try downcast to Block class. More...
|
|
virtual BlockT::CPtr | toBlock () const |
| Try downcast to Block class. More...
|
|
virtual BlockRefT::Ptr | toBlockRef () |
| Try downcast to BlockRef class. More...
|
|
virtual BlockRefT::CPtr | toBlockRef () const |
| Try downcast to BlockRef class. More...
|
|
virtual FieldT::Ptr | toField () |
| Try downcast to Field class. More...
|
|
virtual FieldT::CPtr | toField () const |
| Try downcast to Field class. More...
|
|
virtual FieldRefT::Ptr | toFieldRef () |
| Try downcast to FieldRef class. More...
|
|
virtual FieldRefT::CPtr | toFieldRef () const |
| Try downcast to FieldRef class. More...
|
|
virtual FieldTypeT::Ptr | toFieldType () |
| Try downcast to FieldType class. More...
|
|
virtual FieldTypeT::CPtr | toFieldType () const |
| Try downcast to FieldType class. More...
|
|
virtual MessageT::Ptr | toMessage () |
| Try downcast to Message class. More...
|
|
virtual MessageT::CPtr | toMessage () const |
| Try downcast to Message class. More...
|
|
virtual MessageItemT::Ptr | toMessageItem () |
| Try downcast to MessageItem class. More...
|
|
virtual MessageItemT::CPtr | toMessageItem () const |
| Try downcast to MessageItem class. More...
|
|
virtual ProtocolT::Ptr | toProtocol () |
| Try downcast to Protocol class. More...
|
|
virtual ProtocolT::CPtr | toProtocol () const |
| Try downcast to Protocol class. More...
|
|
virtual RepeatingGroupT::Ptr | toRepeatingGroup () |
| Try downcast to RepeatingGroup class. More...
|
|
virtual RepeatingGroupT::CPtr | toRepeatingGroup () const |
| Try downcast to RepeatingGroup class. More...
|
|
virtual bool | addRef () const throw () |
| Increments reference counter. More...
|
|
long | decrement () const throw () |
|
virtual long | getNRef () const throw () |
| Returns the current value of the reference counter. More...
|
|
| ReferenceCounter () throw () |
| Constructor. More...
|
|
virtual long | release () const throw () |
| Decrements reference counter. More...
|
|