27 #ifndef _SALOMEDSImpl_AttributeName_HeaderFile
28 #define _SALOMEDSImpl_AttributeName_HeaderFile
45 static const std::string& GetID() ;
49 void SetValue(
const std::string& theVal);
50 std::string
Value()
const {
return myString; }
52 virtual std::string
Save() {
return myString; }
53 virtual void Load(
const std::string& theValue) { myString = theValue; }
55 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_AttributeName.hxx:38
virtual void Load(const std::string &theValue)
Definition: SALOMEDSImpl_AttributeName.hxx:53
std::string myString
Definition: SALOMEDSImpl_AttributeName.hxx:42
std::string Value() const
Definition: SALOMEDSImpl_AttributeName.hxx:50
SALOMEDSImpl_AttributeName()
Definition: SALOMEDSImpl_AttributeName.hxx:47
~SALOMEDSImpl_AttributeName()
Definition: SALOMEDSImpl_AttributeName.hxx:60
virtual std::string Save()
Definition: SALOMEDSImpl_AttributeName.hxx:52
Definition: SALOMEDSImpl_GenericAttribute.hxx:39