org.openmuc.openiec61850
public final class BdaTriggerConditions extends BdaBitString
basicType, dchg, dupd, qchg, sAddr
children, objectReference
Constructor and Description |
---|
BdaTriggerConditions(ObjectReference objectReference) |
Modifier and Type | Method and Description |
---|---|
BdaTriggerConditions |
copy()
Copies the whole 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, toString
getBasicDataAttributes, getBasicType, getChild, getChild, getChildren, getDchg, getDupd, getQchg, getSAddr, iterator
getFc
getIterators, getName, getParent, getReference
public BdaTriggerConditions(ObjectReference objectReference)
public void setDefault()
BdaBitString
setDefault
in class BdaBitString
public BdaTriggerConditions copy()
ModelNode
public 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)