|
std::string const & | baseTypeName () const throw () |
| Returns base type name.
|
|
FieldTypeT::Ptr | clone () const |
| Make copy of object.
|
|
std::string const & | description () const throw () |
| Returns description of the type.
|
|
| FieldType (FieldType const &fieldType) |
| Copy Constructor.
|
|
| FieldType (std::string const &name, std::string const &baseTypeName) |
| Constructor.
|
|
std::string const & | getBaseTypeName () const throw () |
| Returns base type name.
|
|
std::string const & | getDescription () const throw () |
| Returns description of the type.
|
|
std::string const & | getName () const throw () |
| Returns name of FieldType.
|
|
std::string const & | getValueType () const throw () |
| If type is collection of values, specifies type of the base value.
|
|
bool | isMulti () const throw () |
| Specifies either type is collection of values.
|
|
virtual ItemName | itemName () const throw () |
| Returns the ItemName of object.
|
|
std::string const & | name () const throw () |
| Returns name of FieldType.
|
|
void | setDescription (std::string const &value) |
| Assigns description of the type.
|
|
void | setValueType (std::string const &value) |
| If type is collection of values, specifies type of the base value.
|
|
virtual FieldType * | toFieldType () |
| Try downcast to FieldType class.
|
|
virtual FieldType const * | toFieldType () const |
| Try downcast to FieldType class.
|
|
std::string const & | valueType () const throw () |
| If type is collection of values, specifies type of the base value.
|
|
ItemName | getItemName () const throw () |
| Returns the ItemName of object.
|
|
| Item () |
| Default constructor.
|
|
| Item (Item const &obj) |
| Copy constructor.
|
|
Item & | operator= (Item const &obj) |
| Assign operator.
|
|
virtual BlockT::Ptr | toBlock () |
| Try downcast to Block class.
|
|
virtual BlockT::CPtr | toBlock () const |
| Try downcast to Block class.
|
|
virtual BlockRefT::Ptr | toBlockRef () |
| Try downcast to BlockRef class.
|
|
virtual BlockRefT::CPtr | toBlockRef () const |
| Try downcast to BlockRef class.
|
|
virtual FieldT::Ptr | toField () |
| Try downcast to Field class.
|
|
virtual FieldT::CPtr | toField () const |
| Try downcast to Field class.
|
|
virtual FieldRefT::Ptr | toFieldRef () |
| Try downcast to FieldRef class.
|
|
virtual FieldRefT::CPtr | toFieldRef () const |
| Try downcast to FieldRef class.
|
|
virtual MessageT::Ptr | toMessage () |
| Try downcast to Message class.
|
|
virtual MessageT::CPtr | toMessage () const |
| Try downcast to Message class.
|
|
virtual MessageItemT::Ptr | toMessageItem () |
| Try downcast to MessageItem class.
|
|
virtual MessageItemT::CPtr | toMessageItem () const |
| Try downcast to MessageItem class.
|
|
virtual ProtocolT::Ptr | toProtocol () |
| Try downcast to Protocol class.
|
|
virtual ProtocolT::CPtr | toProtocol () const |
| Try downcast to Protocol class.
|
|
virtual RepeatingGroupT::Ptr | toRepeatingGroup () |
| Try downcast to RepeatingGroup class.
|
|
virtual RepeatingGroupT::CPtr | toRepeatingGroup () const |
| Try downcast to RepeatingGroup class.
|
|
virtual bool | addRef () const throw () |
| Increments reference counter.
|
|
virtual long | getNRef () const throw () |
| Returns the current value of the reference counter.
|
|
| ReferenceCounter () throw () |
| Constructor.
|
|
virtual long | release () const throw () |
| Decrements reference counter.
|
|