27 #ifndef _SALOMEDSImpl_AttributeComment_HeaderFile
28 #define _SALOMEDSImpl_AttributeComment_HeaderFile
46 static const std::string& GetID() ;
51 void SetValue (
const std::string& S);
52 std::string
Value()
const {
return myString; }
54 virtual std::string
Save() {
return myString; }
55 virtual void Load(
const std::string& theValue) { myString = theValue; }
57 const std::string&
ID()
const;
#define SALOMEDSIMPL_EXPORT
Definition: SALOMEDSImpl_Defines.hxx:34
Definition: DF_Attribute.hxx:30
virtual void Restore(DF_Attribute *theAttribute)=0
virtual const std::string & ID() const =0
virtual DF_Attribute * NewEmpty() const =0
virtual void Paste(DF_Attribute *theIntoAttribute)=0
Definition: DF_Label.hxx:65
Definition: SALOMEDSImpl_GenericAttribute.hxx:39