pl.psnc.expres.wfm.gui.model.table.info
Enum WfmColumnType
java.lang.Object
java.lang.Enum<WfmColumnType>
pl.psnc.expres.wfm.gui.model.table.info.WfmColumnType
- All Implemented Interfaces:
- Serializable, Comparable<WfmColumnType>
public enum WfmColumnType
- extends Enum<WfmColumnType>
WfmColumnType
enum - describes JTable column type. Each column is
described by column name, type. Column names are Internationalised.
- Author:
- Dominik Stoklosa (~osa~)
CCF_FREQUENCY
public static final WfmColumnType CCF_FREQUENCY
CCF_BANDWIDTH
public static final WfmColumnType CCF_BANDWIDTH
CCF_SIDEBAND
public static final WfmColumnType CCF_SIDEBAND
CCF_POLARISATION
public static final WfmColumnType CCF_POLARISATION
CCF_STATION
public static final WfmColumnType CCF_STATION
CCF_DATA_SOURCE
public static final WfmColumnType CCF_DATA_SOURCE
CCF_SITE_POSITION_X
public static final WfmColumnType CCF_SITE_POSITION_X
values
public static WfmColumnType[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (WfmColumnType c : WfmColumnType.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static WfmColumnType valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
getColumnType
public AbstractColumnType getColumnType()
Copyright 2003 by VLAB Dominik Stoklosa.