|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectuk.org.ogsadai.converters.webrowset.tuple.StringColumnsToTuple
public class StringColumnsToTuple
Converts a row with string column values into a tuple. The conversion of string values into the required types is done when the get method is called (which may result in a runtime error).
| Constructor Summary | |
|---|---|
StringColumnsToTuple(TupleMetadata metadata)
Constructs a new tuple with the given elements which are all Strings. |
|
| Method Summary | |
|---|---|
Tuple |
convertColumns(java.util.Vector row)
Converts a row of string values into an OGSA-DAI tuple. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StringColumnsToTuple(TupleMetadata metadata)
metadata - tuple metadata| Method Detail |
|---|
public Tuple convertColumns(java.util.Vector row)
row - the row to convert
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||