|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectes.unex.sextante.dataObjects.RecordImpl
public class RecordImpl
A simple implementation of the IRecord interface
Constructor Summary | |
---|---|
RecordImpl(java.lang.Object[] values)
Creates a new record from an array of values |
Method Summary | |
---|---|
java.lang.Object |
getValue(int field)
Returns the value at a field |
java.lang.Object[] |
getValues()
Returns an array with all the values of the record |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RecordImpl(java.lang.Object[] values)
values
- an array of valuesMethod Detail |
---|
public java.lang.Object getValue(int field)
IRecord
getValue
in interface IRecord
field
- the index of the field. zero-based
public java.lang.Object[] getValues()
IRecord
getValues
in interface IRecord
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |