Version: 5.1.6

MEDMEM.FAMILY_i Class Reference

#include <MEDMEM_Family_i.hxx>

Inheritance diagram for MEDMEM.FAMILY_i:
Inheritance graph

Public Member Functions

 FAMILY_i ()
 ~FAMILY_i ()
 FAMILY_i (const ::MEDMEM::FAMILY *const f)
 FAMILY_i (const FAMILY_i &f)
CORBA::Long getIdentifier () throw (SALOME::SALOME_Exception)
CORBA::Long getNumberOfAttributes () throw (SALOME::SALOME_Exception)
SALOME_TYPES::ListOfLong * getAttributesIdentifiers () throw (SALOME::SALOME_Exception)
CORBA::Long getAttributeIdentifier (CORBA::Long i) throw (SALOME::SALOME_Exception)
SALOME_TYPES::ListOfLong * getAttributesValues () throw (SALOME::SALOME_Exception)
CORBA::Long getAttributeValue (CORBA::Long i) throw (SALOME::SALOME_Exception)
SALOME_TYPES::ListOfString * getAttributesDescriptions () throw (SALOME::SALOME_Exception)
char * getAttributeDescription (CORBA::Long i) throw (SALOME::SALOME_Exception)
CORBA::Long getNumberOfGroups () throw (SALOME::SALOME_Exception)
char * getGroupName (CORBA::Long i) throw (SALOME::SALOME_Exception)
SALOME_TYPES::ListOfString * getGroupsNames () throw (SALOME::SALOME_Exception)

Data Fields

const ::MEDMEM::FAMILY *const _family

Constructor & Destructor Documentation

FAMILY_i::FAMILY_i (  ) 

Default constructor

FAMILY_i::~FAMILY_i (  ) 

Destructor

FAMILY_i::FAMILY_i ( const ::MEDMEM::FAMILY *const  f  ) 

Constructor

FAMILY_i::FAMILY_i ( const FAMILY_i f  ) 

Copy Constructor


Member Function Documentation

CORBA::Long FAMILY_i::getIdentifier (  )  throw (SALOME::SALOME_Exception)

CORBA: Accessor for Family's Identifier

References MEDMEM.FAMILY_i._family, MEDMEM.FAMILY.getIdentifier(), MESSAGE, NULL, and MEDMEM.MEDEXCEPTION.what().

CORBA::Long FAMILY_i::getNumberOfAttributes (  )  throw (SALOME::SALOME_Exception)

CORBA: Accessor for number of attributes

References MEDMEM.FAMILY_i._family, MEDMEM.FAMILY.getNumberOfAttributes(), MESSAGE, NULL, and MEDMEM.MEDEXCEPTION.what().

SALOME_TYPES::ListOfLong * FAMILY_i::getAttributesIdentifiers (  )  throw (SALOME::SALOME_Exception)
CORBA::Long FAMILY_i::getAttributeIdentifier ( CORBA::Long  i  )  throw (SALOME::SALOME_Exception)

CORBA: Accessor for attribute identifier I

References MESSAGE, NULL, and MEDMEM.MEDEXCEPTION.what().

SALOME_TYPES::ListOfLong * FAMILY_i::getAttributesValues (  )  throw (SALOME::SALOME_Exception)
CORBA::Long FAMILY_i::getAttributeValue ( CORBA::Long  i  )  throw (SALOME::SALOME_Exception)

CORBA: Accessor for attribute value I

References MESSAGE, NULL, and MEDMEM.MEDEXCEPTION.what().

SALOME_TYPES::ListOfString * FAMILY_i::getAttributesDescriptions (  )  throw (SALOME::SALOME_Exception)
char * FAMILY_i::getAttributeDescription ( CORBA::Long  i  )  throw (SALOME::SALOME_Exception)

CORBA: Accessor for attribute description i

References MESSAGE, NULL, and MEDMEM.MEDEXCEPTION.what().

CORBA::Long FAMILY_i::getNumberOfGroups (  )  throw (SALOME::SALOME_Exception)

CORBA: Accessor for number of groups the family belongs to

References MEDMEM.FAMILY_i._family, MEDMEM.FAMILY.getNumberOfGroups(), MESSAGE, NULL, and MEDMEM.MEDEXCEPTION.what().

char * FAMILY_i::getGroupName ( CORBA::Long  i  )  throw (SALOME::SALOME_Exception)

CORBA: Accessor for attribute description i

References MESSAGE, NULL, and MEDMEM.MEDEXCEPTION.what().

SALOME_TYPES::ListOfString * FAMILY_i::getGroupsNames (  )  throw (SALOME::SALOME_Exception)

Field Documentation