|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--grs.pds.InlCoefficients
Object class for INL_COEFFICIENTS.
| Constructor Summary | |
InlCoefficients()
Construct a new InlCoefficients, initialized to zero. |
|
InlCoefficients(double[] coef)
Construct a new InlCoefficeints, with components coef. |
|
| Method Summary | |
String |
getSQLTypeName()
Return the SQL type name, given when read from the database. |
void |
readDataStream(DataInputStream in)
Read the record from DataInputStream. |
void |
readSQL(SQLInput in,
String type)
Read the record from SQL input. |
void |
writeDataStream(DataOutputStream out)
Write the record to a DataOutputStream. |
void |
writeSQL(SQLOutput out)
Write the record to a SQL output. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public InlCoefficients()
public InlCoefficients(double[] coef)
coef - Coefficient values.| Method Detail |
public String getSQLTypeName()
SQLData.getSQLTypeName()
public void readSQL(SQLInput in,
String type)
throws SQLException
in - Read sourcetype - type name
SQLException - Database error (type map not set?)SQLData.readSQL(SQLInput, String)
public void writeSQL(SQLOutput out)
throws SQLException
out - Write source
SQLException - Database error (type map not set?)SQLData.writeSQL(SQLOutput)
public void readDataStream(DataInputStream in)
throws IOException
in - Stream to read from.
IOException - Error reading from stream.
public void writeDataStream(DataOutputStream out)
throws IOException
out - Stream to write to.
IOException - Error writing to stream.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||