Horus Doc || IDL Reference || C++ Binding   Java Binding || Doxygen's quick Index  

HxCorba::VxMutableSegment Interface Reference

A VxSegment builder and modifier. More...

#include <HxCorbaDatabaseSessions.idl>

Inheritance diagram for HxCorba::VxMutableSegment::

HxCorba::VxSegmentBuilder HxCorba::VxSegment List of all members.

Public Methods

void setStart (in long start)
void setEnd (in long end)
void removeInt (in string id) raises (DatabaseException)
void removeDouble (in string id) raises (DatabaseException)
void removeString (in string id) raises (DatabaseException)
void changeInt (in string id, in long newValue) raises (DatabaseException)
void changeDouble (in string id, in double newValue) raises (DatabaseException)
void changeString (in string id, in string newValue) raises (DatabaseException)

Detailed Description

A VxSegment builder and modifier.


Member Function Documentation

void HxCorba::VxMutableSegment::setStart in long    start
 

void HxCorba::VxMutableSegment::setEnd in long    end
 

void HxCorba::VxMutableSegment::removeInt in string    id raises (DatabaseException)
 

void HxCorba::VxMutableSegment::removeDouble in string    id raises (DatabaseException)
 

void HxCorba::VxMutableSegment::removeString in string    id raises (DatabaseException)
 

void HxCorba::VxMutableSegment::changeInt in string    id,
in long    newValue
raises (DatabaseException)
 

void HxCorba::VxMutableSegment::changeDouble in string    id,
in double    newValue
raises (DatabaseException)
 

void HxCorba::VxMutableSegment::changeString in string    id,
in string    newValue
raises (DatabaseException)
 


The documentation for this interface was generated from the following file:
Generated on Mon Jan 27 15:09:40 2003 for IDLReference by doxygen1.2.12 written by Dimitri van Heesch, © 1997-2001