|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.ac.starlink.table.formats.RowEvaluator.Metadata
public static class RowEvaluator.Metadata
Helper class used to group quantities which describe what the data types found in the columns of a table are.
Field Summary | |
---|---|
ColumnInfo[] |
colInfos_
|
RowEvaluator.Decoder[] |
decoders_
|
int |
ncol_
|
long |
nrow_
|
Constructor Summary | |
---|---|
RowEvaluator.Metadata(ColumnInfo[] colInfos,
RowEvaluator.Decoder[] decoders,
long nrow)
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public final ColumnInfo[] colInfos_
public final RowEvaluator.Decoder[] decoders_
public final long nrow_
public final int ncol_
Constructor Detail |
---|
public RowEvaluator.Metadata(ColumnInfo[] colInfos, RowEvaluator.Decoder[] decoders, long nrow)
|
Copyright © 2004 CLRC: Central Laboratory of the Research Councils. All rights reserved. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |