cfa.vo.sed.dm
Interface IAccuracy

All Known Implementing Classes:
Accuracy

public interface IAccuracy


Method Summary
 IValue getBinHigh()
          Retrieves the Bin High IValue.
 IValue getBinLow()
          Retrieves the Bin Low IValue.
 IValue getBinSize()
          Retrieves the Bin Size IValue.
 IValue getStatErrHigh()
          Retrieves the Stat Error High IValue.
 IValue getStatErrLow()
          Retrieves the Stat Error Low IValue.
 IValue getStatError()
          Retrieves the Stat Error IValue.
 IValue getSysErr()
          Get the IValue object for the sysErr property.
 boolean isSet()
          Checks whether or not the Accuracy object contains any data.
 void setBinHigh(IValue high)
          Sets the Bin High IValue.
 void setBinLow(IValue low)
          Sets the Bin Low IValue.
 void setBinSize(IValue binSize)
          Sets the Bin Size IValue.
 void setStatErrHigh(IValue high)
          Sets the Stat Error High IValue.
 void setStatErrLow(IValue low)
          Sets the Stat Error Low IValue.
 void setStatError(IValue statError)
          Sets the Stat Error IValue.
 void setSysErr(IValue sysErr)
          Sets the IValue object for the sysErr property.
 

Method Detail

isSet

boolean isSet()
Checks whether or not the Accuracy object contains any data.


getBinSize

IValue getBinSize()
Retrieves the Bin Size IValue.

Returns:
possible object is IValue

setBinSize

void setBinSize(IValue binSize)
Sets the Bin Size IValue.

Parameters:
binSize - allowed object is IValue

getBinHigh

IValue getBinHigh()
Retrieves the Bin High IValue.

Returns:
possible object is IValue

setBinHigh

void setBinHigh(IValue high)
Sets the Bin High IValue.

Parameters:
high - allowed object is IValue

getBinLow

IValue getBinLow()
Retrieves the Bin Low IValue.

Returns:
possible object is cfa.vo.sed.IValue

setBinLow

void setBinLow(IValue low)
Sets the Bin Low IValue.

Parameters:
low - allowed object is IValue

getStatError

IValue getStatError()
Retrieves the Stat Error IValue.

Returns:
possible object is IValue

setStatError

void setStatError(IValue statError)
Sets the Stat Error IValue.

Parameters:
statError - allowed object is IValue

getStatErrHigh

IValue getStatErrHigh()
Retrieves the Stat Error High IValue.

Returns:
possible object is IValue

setStatErrHigh

void setStatErrHigh(IValue high)
Sets the Stat Error High IValue.

Parameters:
high - allowed object is IValue

getStatErrLow

IValue getStatErrLow()
Retrieves the Stat Error Low IValue.

Returns:
possible object is cfa.vo.sed.IValue

setStatErrLow

void setStatErrLow(IValue low)
Sets the Stat Error Low IValue.

Parameters:
low - allowed object is IValue

getSysErr

IValue getSysErr()
Get the IValue object for the sysErr property. This is the measurement systematic error constant over the spectrum.

Returns:
IValue.

setSysErr

void setSysErr(IValue sysErr)
Sets the IValue object for the sysErr property.

Parameters:
sysErr - allowed object is IValue