Log4j 0.9d

pl.psnc.expres.wfm.gui.model.table.info
Enum WfmColumnType

java.lang.Object
  extended by java.lang.Enum<WfmColumnType>
      extended by 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~)

Enum Constant Summary
CCF_BANDWIDTH
           
CCF_DATA_SOURCE
           
CCF_FREQUENCY
           
CCF_POLARISATION
           
CCF_SIDEBAND
           
CCF_SITE_POSITION_X
           
CCF_STATION
           
 
Method Summary
 AbstractColumnType getColumnType()
           
static WfmColumnType valueOf(String name)
          Returns the enum constant of this type with the specified name.
static WfmColumnType[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

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
Method Detail

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()

Log4j 0.9d

Copyright 2003 by VLAB Dominik Stoklosa.