StarTable
public class MetaCopyStarTable extends WrapperStarTable
baseTable
Constructor | Description |
---|---|
MetaCopyStarTable(StarTable base) |
Constructor.
|
Modifier and Type | Method | Description |
---|---|---|
ColumnInfo |
getColumnInfo(int icol) |
Returns the object describing the data in a given column.
|
java.lang.String |
getName() |
Returns the name of this table, if it has one.
|
DescribedValue |
getParameterByName(java.lang.String name) |
Returns a parameter (table-wide metadata item) of this table located
by its name.
|
java.util.List |
getParameters() |
Returns a list of table parameters, that is items which pertain to
the entire table.
|
java.net.URL |
getURL() |
Initially returns null to indicate that this table
itself is not persistent.
|
void |
setColumnInfo(int icol,
ColumnInfo colInfo) |
|
void |
setName(java.lang.String name) |
Sets the name of this table.
|
void |
setParameter(DescribedValue dval) |
Adds the given DescribedValue to the list of parameter metadata objects
associated with this table.
|
void |
setParameters(java.util.List paramList) |
|
void |
setURL(java.net.URL url) |
Sets the URL of this table.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
checkedLongToInt, getBaseTable, getCell, getColumnAuxDataInfos, getColumnCount, getRow, getRowCount, getRowSequence, isRandom, toString
public MetaCopyStarTable(StarTable base)
base
- base tablepublic java.lang.String getName()
StarTable
getName
in interface StarTable
getName
in class WrapperStarTable
public void setName(java.lang.String name)
StarTable
StarTable.getName()
.setName
in interface StarTable
setName
in class WrapperStarTable
name
- table namepublic java.net.URL getURL()
WrapperStarTable
getURL
in interface StarTable
getURL
in class WrapperStarTable
public void setURL(java.net.URL url)
StarTable
StarTable.getURL()
.setURL
in interface StarTable
setURL
in class WrapperStarTable
url
- table URLpublic java.util.List getParameters()
StarTable
DescribedValue
object.getParameters
in interface StarTable
getParameters
in class WrapperStarTable
public void setParameters(java.util.List paramList)
public DescribedValue getParameterByName(java.lang.String name)
StarTable
getParameterByName
in interface StarTable
getParameterByName
in class WrapperStarTable
name
- the name of the table parameter requiredpublic void setParameter(DescribedValue dval)
StarTable
setParameter
in interface StarTable
setParameter
in class WrapperStarTable
dval
- the new parameter datum to addpublic ColumnInfo getColumnInfo(int icol)
StarTable
getColumnInfo
in interface StarTable
getColumnInfo
in class WrapperStarTable
icol
- the column for which header information is requiredpublic void setColumnInfo(int icol, ColumnInfo colInfo)
Copyright © 2018 Central Laboratory of the Research Councils. All Rights Reserved.