|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--brf.j2me.dynaworks.db.RecordField
|
+--brf.j2me.dynaworks.db.IntegerField
Record field holding an Integer value.
RecordField| Field Summary | |
private java.lang.Integer |
content
Integer value of field. |
| Fields inherited from class brf.j2me.dynaworks.db.RecordField |
size |
| Constructor Summary | |
IntegerField()
Construct a new Integer record field. |
|
| Method Summary | |
boolean |
fromImage(byte[] m)
Convert a byte array into integer field data. |
int |
getValue()
Return the value of the record field. |
void |
setValue(int i)
Set the value of the record field. |
byte[] |
toImage()
Convert the integer field data into a byte array. |
| Methods inherited from class brf.j2me.dynaworks.db.RecordField |
getExpectedSize, getSize |
| Methods inherited from class java.lang.Object |
|
| Field Detail |
private java.lang.Integer content
| Constructor Detail |
public IntegerField()
| Method Detail |
public int getValue()
public void setValue(int i)
i - int - value for the record field.public byte[] toImage()
toImage in class RecordFieldpublic boolean fromImage(byte[] m)
fromImage in class RecordFieldm - byte[] - array holding the data.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||