Go to the documentation of this file.
27 #ifndef _SALOMEDSImpl_AttributeLocalID_HeaderFile
28 #define _SALOMEDSImpl_AttributeLocalID_HeaderFile
44 virtual std::string
Save();
45 virtual void Load(
const std::string& theValue);
47 static const std::string& GetID() ;
49 void SetValue(
const int value);
50 int Value()
const {
return myValue; }
52 const std::string&
ID()
const;