public class Field
extends Struct
Field
is an encapsulation of a single source/destination value in a row.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
Legal copyright notice.
|
Constructor and Description |
---|
Field()
Constructs a new
Field instance. |
Modifier and Type | Method and Description |
---|---|
void |
free() |
int |
getErrorCode()
Returns the ODPP error code associated with processing the field
|
java.lang.String |
getErrorMessage()
Returns the ODPP error message associated with processing the field
|
java.lang.Object |
getValue()
Returns the value of the field.
|
void |
setValue(java.lang.String source)
Sets the value of the field.
|
void |
toC() |
void |
toJava() |
public static final java.lang.String COPYRIGHT
public void free()
public int getErrorCode()
public java.lang.String getErrorMessage()
public java.lang.Object getValue()
public void setValue(java.lang.String source)
source
- Object (e.g. a String) containing the value.public void toC()
public void toJava()