|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcfa.vo.sed.dm.Accuracy
public class Accuracy
| Constructor Summary | |
|---|---|
Accuracy()
|
|
Accuracy(IAccuracy acc,
int index)
|
|
| Method Summary | |
|---|---|
IValue |
getBinHigh()
Get the IValue object for bin high. |
IValue |
getBinLow()
Get the IValue object for bin low. |
IValue |
getBinSize()
Get the IValue object for the binSize property |
IValue |
getStatErrHigh()
Get the IValue object for stat error high. |
IValue |
getStatErrLow()
Get the IValue object for stat error low. |
IValue |
getStatError()
Get the IValue object for stat error. |
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 binHigh)
Sets the IValue object for bin high. |
void |
setBinLow(IValue binLow)
Sets the IValue object for bin low. |
void |
setBinSize(IValue binSize)
Sets the binSize IValue object. |
void |
setStatErrHigh(IValue statErrHigh)
Sets the IValue object for stat error high. |
void |
setStatErrLow(IValue statErrLow)
Sets the IValue object for stat error low. |
void |
setStatError(IValue statError)
Sets the IValue object for stat error. |
void |
setSysErr(IValue sysErr)
Sets the IValue object for the sysErr property. |
java.lang.String |
toString()
Override Object's toString() method. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Accuracy()
public Accuracy(IAccuracy acc,
int index)
throws SEDException
SEDException| Method Detail |
|---|
public IValue getBinHigh()
getBinHigh in interface IAccuracyIValue.public void setBinHigh(IValue binHigh)
setBinHigh in interface IAccuracybinHigh - allowed object is
IValuepublic IValue getBinLow()
getBinLow in interface IAccuracyIValue.public void setBinLow(IValue binLow)
setBinLow in interface IAccuracybinLow - allowed object is
IValuepublic IValue getBinSize()
getBinSize in interface IAccuracyIValue.public void setBinSize(IValue binSize)
setBinSize in interface IAccuracybinSize - allowed object is
IValuepublic IValue getStatError()
getStatError in interface IAccuracyIValue.public void setStatError(IValue statError)
setStatError in interface IAccuracystatError - allowed object is
IValuepublic IValue getStatErrLow()
getStatErrLow in interface IAccuracyIValue.public void setStatErrLow(IValue statErrLow)
setStatErrLow in interface IAccuracystatErrLow - allowed object is
IValuepublic IValue getStatErrHigh()
getStatErrHigh in interface IAccuracyIValue.public void setStatErrHigh(IValue statErrHigh)
setStatErrHigh in interface IAccuracystatErrHigh - allowed object is
IValuepublic IValue getSysErr()
getSysErr in interface IAccuracyIValue.public void setSysErr(IValue sysErr)
setSysErr in interface IAccuracysysErr - allowed object is
IValuepublic boolean isSet()
IAccuracy
isSet in interface IAccuracypublic java.lang.String toString()
toString in class java.lang.ObjectString
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||