org.openmuc.openiec61850
public final class BdaReasonForInclusion extends BdaBitString
basicType, dchg, dupd, qchg, sAddr
children, objectReference
Constructor and Description |
---|
BdaReasonForInclusion(ObjectReference objectReference) |
Modifier and Type | Method and Description |
---|---|
BdaReasonForInclusion |
copy()
Copies the whole node with all of its children.
|
boolean |
isApplicationTrigger() |
boolean |
isDataChange() |
boolean |
isDataUpdate() |
boolean |
isGeneralInterrogation() |
boolean |
isIntegrity() |
boolean |
isQualityChange() |
void |
setApplicationTrigger(boolean applicationTrigger) |
void |
setDataChange(boolean dataChange) |
void |
setDataUpdate(boolean dataUpdate) |
void |
setGeneralInterrogation(boolean generalInterrogation) |
void |
setIntegrity(boolean integrity) |
void |
setQualityChange(boolean qualityChange) |
getMaxNumBits, getValue, setDefault, setValue, toString
getBasicDataAttributes, getBasicType, getChild, getChild, getChildren, getDchg, getDupd, getQchg, getSAddr, iterator
getFc
getIterators, getName, getParent, getReference
public BdaReasonForInclusion(ObjectReference objectReference)
public BdaReasonForInclusion copy()
ModelNode
public boolean isDataChange()
public boolean isQualityChange()
public boolean isDataUpdate()
public boolean isIntegrity()
public boolean isGeneralInterrogation()
public boolean isApplicationTrigger()
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)
public void setApplicationTrigger(boolean applicationTrigger)