|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kaiwitte.workbench.data.MutableMetaRecordImpl
public class MutableMetaRecordImpl
Default implementation of a MutableMetaRecord
.
Constructor Summary | |
---|---|
MutableMetaRecordImpl(MetaScheme metaScheme,
java.lang.Object... values)
Creates a new instance. |
|
MutableMetaRecordImpl(Record[] records)
Creates a new instance. |
Method Summary | |
---|---|
java.lang.String |
getColumnName(int column)
Returns the name of the column. |
Record[] |
getRecords()
Returns all records. |
java.lang.Object |
getValue(int column)
Returns the value at the specified column. |
void |
setID(int id)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MutableMetaRecordImpl(Record[] records)
records
- the records to be wrappedpublic MutableMetaRecordImpl(MetaScheme metaScheme, java.lang.Object... values)
values
- the values for this recordMethod Detail |
---|
public java.lang.Object getValue(int column)
MetaRecord
getValue
in interface MetaRecord
column
- the column
public Record[] getRecords()
MetaRecord
getRecords
in interface MetaRecord
public void setID(int id)
setID
in interface MutableMetaRecord
public java.lang.String getColumnName(int column)
MetaRecord
getColumnName
in interface MetaRecord
column
- the column id
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |