public final class BdaQuality extends BdaBitString
Modifier and Type | Class | Description |
---|---|---|
static class |
BdaQuality.Validity |
children, objectReference
Constructor | Description |
---|---|
BdaQuality(ObjectReference objectReference,
Fc fc,
java.lang.String sAddr,
boolean qchg) |
Modifier and Type | Method | Description |
---|---|---|
BdaQuality |
copy() |
Returns a copy of model node with all of its children.
|
BdaQuality.Validity |
getValidity() |
|
java.lang.String |
getValueString() |
|
boolean |
isBadReference() |
|
boolean |
isFailure() |
|
boolean |
isInaccurate() |
|
boolean |
isInconsistent() |
|
boolean |
isOldData() |
|
boolean |
isOperatorBlocked() |
|
boolean |
isOscillatory() |
|
boolean |
isOutOfRange() |
|
boolean |
isOverflow() |
|
boolean |
isSubstituted() |
|
boolean |
isTest() |
|
void |
setBadReference(boolean badReference) |
|
void |
setDefault() |
Initializes BIT_STRING with all zeros
|
void |
setFailure(boolean failure) |
|
void |
setInaccurate(boolean inaccurate) |
|
void |
setInconsistent(boolean inconsistent) |
|
void |
setOldData(boolean oldData) |
|
void |
setOperatorBlocked(boolean operatorBlocked) |
|
void |
setOscillatory(boolean oscillatory) |
|
void |
setOutOfRange(boolean outOfRange) |
|
void |
setOverflow(boolean overflow) |
|
void |
setSubstituted(boolean substituted) |
|
void |
setTest(boolean test) |
|
void |
setValidity(BdaQuality.Validity validity) |
getBasicDataAttributes, getBasicType, getChild, getChild, getChildren, getDchg, getDupd, getQchg, getSAddr, iterator
getMaxNumBits, getValue, setValue, setValueFrom, toString
getFc
getIterators, getName, getParent, getReference
public BdaQuality(ObjectReference objectReference, Fc fc, java.lang.String sAddr, boolean qchg)
public void setDefault()
BdaBitString
setDefault
in class BdaBitString
public BdaQuality copy()
ModelNode
public BdaQuality.Validity getValidity()
public void setValidity(BdaQuality.Validity validity)
public boolean isOverflow()
public void setOverflow(boolean overflow)
public boolean isOutOfRange()
public void setOutOfRange(boolean outOfRange)
public boolean isBadReference()
public void setBadReference(boolean badReference)
public boolean isOscillatory()
public void setOscillatory(boolean oscillatory)
public boolean isFailure()
public void setFailure(boolean failure)
public boolean isOldData()
public void setOldData(boolean oldData)
public boolean isInconsistent()
public void setInconsistent(boolean inconsistent)
public boolean isInaccurate()
public void setInaccurate(boolean inaccurate)
public boolean isSubstituted()
public void setSubstituted(boolean substituted)
public boolean isTest()
public void setTest(boolean test)
public boolean isOperatorBlocked()
public void setOperatorBlocked(boolean operatorBlocked)
public java.lang.String getValueString()
getValueString
in class BdaBitString