|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectStruct
com.ibm.nex.odpp.Row
public class Row
Row
is an encapsulation of a single row being passed to ODPP for processing.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT
Legal copyright notice. |
Constructor Summary | |
---|---|
Row(FieldDescriptor[] fieldDescriptors)
Constructs a new Row instance. |
Method Summary | |
---|---|
void |
free()
|
Field |
getField(int fieldIndex)
Returns the field at the specified field index |
java.util.Iterator<Field> |
iterator()
|
void |
toC()
|
void |
toJava()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String COPYRIGHT
Constructor Detail |
---|
public Row(FieldDescriptor[] fieldDescriptors)
Row
instance.
Fields are initialized with the value "**unassigned**"
fieldDescriptors
- The field descriptors.Method Detail |
---|
public void free()
public Field getField(int fieldIndex)
fieldIndex
- The field index.
public java.util.Iterator<Field> iterator()
iterator
in interface java.lang.Iterable<Field>
public void toC()
public void toJava()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |