Salome HOME
e16aa10cd0e139a5b4f71fd7329558707cd1e48d
[modules/kernel.git] / src / SALOMEDSClient / SALOMEDSClient_AttributeExpandable.hxx
1 //  File   : SALOMEDSClient_AttributeExpandable.hxx
2 //  Author : Sergey RUIN
3 //  Module : SALOME
4 //  $Header:
5
6 #ifndef SALOMEDSClient_AttributeExpandable_HeaderFile
7 #define SALOMEDSClient_AttributeExpandable_HeaderFile
8
9 #include "SALOMEDSClient_definitions.hxx" 
10 #include "SALOMEDSClient_GenericAttribute.hxx" 
11
12 class SALOMEDSClient_AttributeExpandable: public virtual SALOMEDSClient_GenericAttribute
13 {
14 public:  
15   virtual bool IsExpandable() = 0;
16   virtual void SetExpandable(bool value) = 0;
17 };
18
19
20
21 #endif