|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcfa.vo.sed.io.util.ColumnInfo
public class ColumnInfo
| Constructor Summary | |
|---|---|
ColumnInfo()
|
|
ColumnInfo(java.lang.String name,
java.lang.String datatype)
|
|
ColumnInfo(java.lang.String name,
java.lang.String format,
java.lang.String ucd,
int colIndex)
|
|
ColumnInfo(java.lang.String name,
java.lang.String format,
java.lang.String ucd,
java.lang.String unit,
int colIndex)
|
|
| Method Summary | |
|---|---|
int |
getColumnIndex()
Gets the index of the column in the Fits file. |
java.lang.String |
getFormat()
Gets the value of the format (datatype) property. |
java.lang.String |
getName()
Gets the value of the name property. |
java.lang.String |
getUCD()
Gets the value of the UCD property. |
java.lang.String |
getUnit()
Gets the value of the units property. |
java.lang.String |
getUtype()
Gets the value of the utype property. |
void |
setColumnIndex(int columnIndex)
Sets the value of the index of the column in the Fits file. |
void |
setFormat(java.lang.String format)
Sets the value of the format (datatype) property |
void |
setName(java.lang.String name)
Sets the value of the name property |
void |
setUCD(java.lang.String ucd)
Sets the value of the UCD property |
void |
setUnit(java.lang.String unit)
Sets the value of the unit property |
void |
setUtype(java.lang.String utype)
Sets the value of the utype property |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ColumnInfo()
public ColumnInfo(java.lang.String name,
java.lang.String datatype)
public ColumnInfo(java.lang.String name,
java.lang.String format,
java.lang.String ucd,
int colIndex)
public ColumnInfo(java.lang.String name,
java.lang.String format,
java.lang.String ucd,
java.lang.String unit,
int colIndex)
| Method Detail |
|---|
public java.lang.String getName()
Stringpublic void setName(java.lang.String name)
name - allowed object is
Stringpublic java.lang.String getFormat()
Stringpublic void setFormat(java.lang.String format)
format - allowed object is
Stringpublic java.lang.String getUCD()
Stringpublic void setUCD(java.lang.String ucd)
ucd - allowed object is
Stringpublic java.lang.String getUnit()
Stringpublic void setUnit(java.lang.String unit)
unit - allowed object is
Stringpublic java.lang.String getUtype()
Stringpublic void setUtype(java.lang.String utype)
utype - allowed object is
Stringpublic int getColumnIndex()
public void setColumnIndex(int columnIndex)
columnIndex - allowed object is
intpublic java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||