#include <OCDM.h>
Inheritance diagram for OCDM_AttributeValue:
Public Member Functions | |
OCDM_AttributeValue () | |
OCDM_AttributeValue (const CDM_Object obj) | |
OCDM_AttributeValue (const class OCDM_AttributeValue &obj) | |
OCDM_AttributeValue (const int Type, const char *Value) | |
Constructor. | |
OCDM_AttributeValue & | operator= (const class OCDM_Object &obj) |
This is the default assignment operator. | |
const char * | objectType (void) const |
OCDM_AttributeValue | ( | ) | [inline] |
OCDM_AttributeValue | ( | const CDM_Object | obj | ) | [inline] |
OCDM_AttributeValue | ( | const class OCDM_AttributeValue & | obj | ) | [inline] |
OCDM_AttributeValue | ( | const int | Type, | |
const char * | Value | |||
) |
Type:
The type of the attribute value as defined in the users guide to Ellogon. Value:
The value of the attribute value.
class OCDM_AttributeValue& operator= | ( | const class OCDM_Object & | obj | ) | [inline, virtual] |
obj:
the object to be copied. Reimplemented from OCDM_Object.
const char* objectType | ( | void | ) | const [inline, virtual] |
This method returns the type of the object as a string.
Reimplemented from OCDM_Object.