28 #ifndef SALOMEDS_AttributeParameter_i_HeaderFile
29 #define SALOMEDS_AttributeParameter_i_HeaderFile
32 #include <SALOMEconfig.h>
33 #include CORBA_SERVER_HEADER(SALOMEDS_Attributes)
54 virtual void SetInt(
const char* theID, CORBA::Long theValue);
55 virtual CORBA::Long
GetInt(
const char* theID)
58 virtual void SetReal(
const char* theID, CORBA::Double theValue);
59 virtual CORBA::Double
GetReal(
const char* theID)
62 virtual void SetString(
const char* theID,
const char* theValue);
63 virtual char*
GetString(
const char* theID)
66 virtual void SetBool(
const char* theID, CORBA::Boolean theValue);
67 virtual CORBA::Boolean
GetBool(
const char* theID)
82 virtual CORBA::Boolean
IsSet(
const char* theID, CORBA::Long theType);
84 virtual CORBA::Boolean
RemoveID(
const char* theID, CORBA::Long theType);
86 virtual SALOMEDS::AttributeParameter_ptr
GetFather();
88 virtual CORBA::Boolean
IsRoot();