alma.aedf.types
Class DataDescription
java.lang.Object
|
+--alma.aedf.types.AEDF
|
+--alma.aedf.types.DataDescription
- public class DataDescription
- extends AEDF
Data description table
This table sets a referential constraint in the AEDF. It is indexed directly by dataDescId in the collection dataDescArray in the ConfigDescription table.
Constructor Summary |
DataDescription()
An empty constructor. |
DataDescription(int spectralwindowId,
int polarizationId,
int gatmphaseCode,
boolean flagRow)
A full constructor. |
Methods inherited from class alma.aedf.types.AEDF |
info |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DataDescription
public DataDescription()
- An empty constructor.
DataDescription
public DataDescription(int spectralwindowId,
int polarizationId,
int gatmphaseCode,
boolean flagRow)
- A full constructor.
- Parameters:
spectralwindowId
- Spectral window identifierpolarizationId
- Polarization identifiergatmphaseCode
- Code for atm phase correctionflagRow
- The row flag
toTR
public java.lang.String toTR()
- Specified by:
toTR
in class AEDF
addField
public void addField(java.lang.String f)
throws AEDFException
- Specified by:
addField
in class AEDF
AEDFException
setSpectralwindowId
public void setSpectralwindowId(int spectralwindowId)
setPolarizationId
public void setPolarizationId(int polarizationId)
setGatmphaseCode
public void setGatmphaseCode(int gatmphaseCode)
setFlagRow
public void setFlagRow(boolean flagRow)
getSpectralwindowId
public int getSpectralwindowId()
getPolarizationId
public int getPolarizationId()
getGatmphaseCode
public int getGatmphaseCode()
getFlagRow
public boolean getFlagRow()