org.openmuc.openiec61850
public final class BdaReasonForInclusion extends BdaBitString
children, objectReference| Constructor and Description |
|---|
BdaReasonForInclusion(ObjectReference objectReference) |
| Modifier and Type | Method and Description |
|---|---|
BdaReasonForInclusion |
copy()
Returns a copy of model node with all of its children.
|
boolean |
equals(java.lang.Object obj) |
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, toStringgetBasicDataAttributes, getBasicType, getChild, getChild, getChildren, getDchg, getDupd, getQchg, getSAddr, iteratorgetFcgetIterators, getName, getParent, getReferencepublic BdaReasonForInclusion(ObjectReference objectReference)
public BdaReasonForInclusion copy()
ModelNodepublic 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)
public boolean equals(java.lang.Object obj)
equals in class BasicDataAttribute