public class MoMaXPluginTableColumn
extends java.lang.Object
implements java.lang.Cloneable
TS_ValueSeq
and it is capable of serving single
rows from itself, along with the corresponding ODS flag of the value.Constructor and Description |
---|
MoMaXPluginTableColumn(TS_ValueSeq valSeq,
T_LONGLONG aid)
The default constructor.
|
Modifier and Type | Method and Description |
---|---|
protected java.lang.Object |
clone() |
T_LONGLONG |
getApplID()
Returns the Application Element ID to which the data in this Column belong.
|
short |
getFlag(int rowIndex)
Returns the ODS flag of the data at the given position.
|
int |
getRowCount()
Returns a number equal to the total number of rows in this column.
|
java.lang.String |
getValueAt(int rowindex)
Returns the instance data of this column of the given position.
|
public MoMaXPluginTableColumn(TS_ValueSeq valSeq, T_LONGLONG aid)
TS_ValueSeq
and the ID of the Application
Element the values belong to. Safes a copy of these values.valSeq
- a TS_ValueSeq
holding the instance dataaid
- the ID of the Application Element of the instancespublic short getFlag(int rowIndex)
rowIndex
- the index in the columnpublic java.lang.String getValueAt(int rowindex)
rowindex
- the index in the columnpublic int getRowCount()
public T_LONGLONG getApplID()
T_LONGLONG
with the ID of the AEprotected java.lang.Object clone() throws java.lang.CloneNotSupportedException
clone
in class java.lang.Object
java.lang.CloneNotSupportedException