cfa.vo.sed.dm
Class FluxAxis

java.lang.Object
  extended by cfa.vo.sed.dm.DataAxis
      extended by cfa.vo.sed.dm.FluxAxis
All Implemented Interfaces:
IAxis
Direct Known Subclasses:
BackgroundModel

public class FluxAxis
extends DataAxis


Field Summary
static java.lang.String BACKGROUND
           
static java.lang.String NET
           
static java.lang.String TOTAL
           
 
Fields inherited from class cfa.vo.sed.dm.DataAxis
_accuracy, _quality, _resolution, _value
 
Constructor Summary
FluxAxis()
           
FluxAxis(FluxAxis flux, int index)
           
FluxAxis(java.lang.String type)
           
 
Method Summary
 java.lang.String getType()
          Gets the FluxAxis type (BACKGROUND, TOTAL, or NET)
 void setType(java.lang.String type)
          Sets the type of FluxAxis
 java.lang.String toString()
          Override Object's toString() method.
 
Methods inherited from class cfa.vo.sed.dm.DataAxis
getAccuracy, getQuality, getResolution, getUCD, getUnits, getValue, setAccuracy, setQuality, setResolution, setUCD, setUnits, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

BACKGROUND

public static final java.lang.String BACKGROUND
See Also:
Constant Field Values

TOTAL

public static final java.lang.String TOTAL
See Also:
Constant Field Values

NET

public static final java.lang.String NET
See Also:
Constant Field Values
Constructor Detail

FluxAxis

public FluxAxis()

FluxAxis

public FluxAxis(java.lang.String type)

FluxAxis

public FluxAxis(FluxAxis flux,
                int index)
         throws SEDException
Throws:
SEDException
Method Detail

getType

public java.lang.String getType()
Gets the FluxAxis type (BACKGROUND, TOTAL, or NET)

Returns:
possible object is String

setType

public void setType(java.lang.String type)
Sets the type of FluxAxis

Parameters:
type - allowed object is String

toString

public java.lang.String toString()
Override Object's toString() method.

Overrides:
toString in class DataAxis
Returns:
possible object is String