|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectStruct
com.ibm.nex.odpp.Field
public class Field
Field
is an encapsulation of a single source/destination value in a row.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT
Legal copyright notice. |
Constructor Summary | |
---|---|
Field()
Constructs a new Field instance. |
Method Summary | |
---|---|
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()
|
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 Field()
Field
instance.
Method Detail |
---|
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()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |