cfa.vo.sed.dm
Class FluxAxis
java.lang.Object
cfa.vo.sed.dm.DataAxis
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
|
|
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 |
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
FluxAxis
public FluxAxis()
FluxAxis
public FluxAxis(java.lang.String type)
FluxAxis
public FluxAxis(FluxAxis flux,
int index)
throws SEDException
- Throws:
SEDException
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