public final class BdaTriggerConditions extends BdaBitString
children, objectReference| Constructor and Description |
|---|
BdaTriggerConditions(ObjectReference objectReference,
Fc fc) |
| Modifier and Type | Method and Description |
|---|---|
BdaTriggerConditions |
copy()
Returns a copy of model node with all of its children.
|
boolean |
isDataChange() |
boolean |
isDataUpdate() |
boolean |
isGeneralInterrogation() |
boolean |
isIntegrity() |
boolean |
isQualityChange() |
void |
setDataChange(boolean dataChange) |
void |
setDataUpdate(boolean dataUpdate) |
void |
setDefault()
Initializes BIT_STRING with all zeros
|
void |
setGeneralInterrogation(boolean generalInterrogation) |
void |
setIntegrity(boolean integrity) |
void |
setQualityChange(boolean qualityChange) |
getMaxNumBits, getValue, setValue, toStringgetBasicDataAttributes, getBasicType, getChild, getChild, getChildren, getDchg, getDupd, getQchg, getSAddr, iteratorgetFcgetIterators, getName, getParent, getReferencepublic BdaTriggerConditions(ObjectReference objectReference, Fc fc)
public void setDefault()
BdaBitStringsetDefault in class BdaBitStringpublic BdaTriggerConditions copy()
ModelNodepublic boolean isDataChange()
public boolean isQualityChange()
public boolean isDataUpdate()
public boolean isIntegrity()
public boolean isGeneralInterrogation()
public void setDataChange(boolean dataChange)
public void setQualityChange(boolean qualityChange)
public void setDataUpdate(boolean dataUpdate)
public void setIntegrity(boolean integrity)
public void setGeneralInterrogation(boolean generalInterrogation)