Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
Legal copyright notice.
|
Constructor and Description |
---|
Row(FieldDescriptor[] fieldDescriptors)
Constructs a new
Row instance. |
Modifier and Type | Method and Description |
---|---|
void |
free() |
Field |
getField(int fieldIndex)
Returns the field at the specified field index
|
java.util.Iterator<Field> |
iterator() |
void |
toC() |
void |
toJava() |
public static final java.lang.String COPYRIGHT
public Row(FieldDescriptor[] fieldDescriptors)
Row
instance.
Fields are initialized with the value "**unassigned**"fieldDescriptors
- The field descriptors.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()