grs.pds
Class PefSet

java.lang.Object
  |
  +--grs.pds.PefSet
All Implemented Interfaces:
SQLData

public class PefSet
extends Object
implements SQLData


Field Summary
 short id
           
 short opcode
           
 
Constructor Summary
PefSet()
           
 
Method Summary
 short getId()
           
 short getOpcode()
           
 String getSQLTypeName()
           
 void readSQL(SQLInput stream, String typeName)
           
 void writeSQL(SQLOutput stream)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

opcode

public short opcode

id

public short id
Constructor Detail

PefSet

public PefSet()
Method Detail

getOpcode

public short getOpcode()

getId

public short getId()

getSQLTypeName

public String getSQLTypeName()
Specified by:
getSQLTypeName in interface SQLData

readSQL

public void readSQL(SQLInput stream,
                    String typeName)
             throws SQLException
Specified by:
readSQL in interface SQLData
SQLException

writeSQL

public void writeSQL(SQLOutput stream)
              throws SQLException
Specified by:
writeSQL in interface SQLData
SQLException


2001 Mars Odyssey Gamma Ray Spectrometer Team