|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
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 |
|---|
boolean isSet()
IValue getBinSize()
IValuevoid setBinSize(IValue binSize)
binSize - allowed object is
IValueIValue getBinHigh()
IValuevoid setBinHigh(IValue high)
high - allowed object is
IValueIValue getBinLow()
cfa.vo.sed.IValuevoid setBinLow(IValue low)
low - allowed object is
IValueIValue getStatError()
IValuevoid setStatError(IValue statError)
statError - allowed object is
IValueIValue getStatErrHigh()
IValuevoid setStatErrHigh(IValue high)
high - allowed object is
IValueIValue getStatErrLow()
cfa.vo.sed.IValuevoid setStatErrLow(IValue low)
low - allowed object is
IValueIValue getSysErr()
IValue.void setSysErr(IValue sysErr)
sysErr - allowed object is
IValue
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||