#include <SALOMEDS_AttLong_i.hxx>

Public Member Functions | |
| SALOMEDS_AttLong_i () | |
| ~SALOMEDS_AttLong_i () | |
| void | Set (CORBA::Long i) | 
| Function : Set Purpose : Affect a value to the basic attribute.  More... | |
| CORBA::Long | Get () | 
| Function : Get Purpose : Get basic attribute's value.  More... | |
| virtual char * | Save () | 
| Function : Save Purpose :  More... | |
| virtual void | Load () | 
| Function : Load Purpose :  More... | |
| CORBA::Boolean | GetPtr (SALOMEDS::SObject_ptr so) | 
| Function : GetPtr Purpose : return sobject associated to the basic attribute (if exist)  More... | |
| virtual char * | GetType () | 
| Function : GetType Purpose :  More... | |
| CORBA::Boolean | GetPtr (SALOMEDS::SObject so) | 
| void | SetLabel (const DF_Label &Lab) | 
| Function : SetLabel Purpose :  More... | |
Protected Attributes | |
| char * | _type | 
| DF_Label | _Lab | 
| SALOMEDS_AttLong_i::SALOMEDS_AttLong_i | ( | ) | 
References _type.
| SALOMEDS_AttLong_i::~SALOMEDS_AttLong_i | ( | ) | 
| CORBA::Long SALOMEDS_AttLong_i::Get | ( | ) | 
Function : Get Purpose : Get basic attribute's value.
References SALOMEDS_BasicAttribute_i::_Lab, DF_Label::FindAttribute(), and SALOMEDSImpl_AttributeInteger::GetID().
Referenced by Save().
      
  | 
  inherited | 
| CORBA::Boolean SALOMEDS_AttLong_i::GetPtr | ( | SALOMEDS::SObject_ptr | so | ) | 
Function : GetPtr Purpose : return sobject associated to the basic attribute (if exist)
References SALOMEDS_BasicAttribute_i::_Lab, SALOMEDSImpl_AttributeInteger::GetID(), and DF_Label::IsAttribute().
      
  | 
  virtual | 
      
  | 
  virtual | 
      
  | 
  virtual | 
Function : Save Purpose :
Implements SALOMEDS_BasicAttribute_i.
| void SALOMEDS_AttLong_i::Set | ( | CORBA::Long | i | ) | 
Function : Set Purpose : Affect a value to the basic attribute.
References SALOMEDS_BasicAttribute_i::_Lab, and SALOMEDSImpl_AttributeInteger::Set().
      
  | 
  inherited | 
Function : SetLabel Purpose :
References SALOMEDS_BasicAttribute_i::_Lab.
      
  | 
  protectedinherited | 
      
  | 
  protected | 
Referenced by GetType(), and SALOMEDS_AttLong_i().