OCDM_AttributeValue Class Reference

This class will be used to set an Attribute value to an Attribute.

#include <OCDM.h>

Inheritance diagram for OCDM_AttributeValue:

OCDM_Object List of all members.

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_AttributeValueoperator= (const class OCDM_Object &obj)
 This is the default assignment operator.
const char * objectType (void) const

Constructor & Destructor Documentation

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
 

Description:
It Creates a new AttributeValue object.
Arguments:
  • Type: The type of the attribute value as defined in the users guide to Ellogon.
  • Value: The value of the attribute value.


Member Function Documentation

const char* objectType void   )  const [inline, virtual]
 

This method returns the type of the object as a string.

Reimplemented from OCDM_Object.

class OCDM_AttributeValue& operator= const class OCDM_Object obj  )  [inline, virtual]
 

Description: This is the default sssignment operator. Note that under
languages that do not support operator overloading (i.e. Java, Perl, Python) this operator appears as a plain method named as "set".
Arguments:
  • obj: the object to be copied.
Returns:
This method returns a reference to the current object.

Reimplemented from OCDM_Object.


Generated on Wed Aug 16 22:32:02 2006 for PythonCDM by  doxygen 1.4.6