4D S.A. Copyright 2001

j4d.open
Class opSet

java.lang.Object
  |
  +--j4d.open.opSet

public class opSet
extends java.lang.Object

opSet is the structure to handle the set objects. This set can be created empty or filled with a selection. It can also be copied or deleted. For more information, refer to the opProcess class description.


Field Summary
 int mRecordNumber
           
 int mRecordsInSet
           
 java.lang.String mSetName
           
 short mTableNumber
           
 
Constructor Summary
opSet()
           
opSet(int tableNumber, int recordNumber, java.lang.String setName)
           
opSet(java.lang.String setName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mTableNumber

public short mTableNumber

mSetName

public java.lang.String mSetName

mRecordsInSet

public int mRecordsInSet

mRecordNumber

public int mRecordNumber
Constructor Detail

opSet

public opSet()

opSet

public opSet(int tableNumber,
             int recordNumber,
             java.lang.String setName)

opSet

public opSet(java.lang.String setName)

4D S.A. Copyright 2001

4D S.A.