org.openmuc.openiec61850
Class BdaReasonForInclusion
java.lang.Object
org.openmuc.openiec61850.ModelNode
org.openmuc.openiec61850.FcModelNode
org.openmuc.openiec61850.BasicDataAttribute
org.openmuc.openiec61850.BdaBitString
org.openmuc.openiec61850.BdaReasonForInclusion
- All Implemented Interfaces:
- java.lang.Iterable<ModelNode>
public final class BdaReasonForInclusion
- extends BdaBitString
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
BdaReasonForInclusion
public BdaReasonForInclusion(ObjectReference objectReference)
copy
public BdaReasonForInclusion copy()
- Description copied from class:
ModelNode
- Copies the whole node with all of its children. Creates new BasicDataAttribute values but reuses
ObjectReferences, FunctionalConstraints.
- Specified by:
copy
in class ModelNode
isDataChange
public boolean isDataChange()
isQualityChange
public boolean isQualityChange()
isDataUpdate
public boolean isDataUpdate()
isIntegrity
public boolean isIntegrity()
isGeneralInterrogation
public boolean isGeneralInterrogation()
isApplicationTrigger
public boolean isApplicationTrigger()
setDataChange
public void setDataChange(boolean dataChange)
setQualityChange
public void setQualityChange(boolean qualityChange)
setDataUpdate
public void setDataUpdate(boolean dataUpdate)
setIntegrity
public void setIntegrity(boolean integrity)
setGeneralInterrogation
public void setGeneralInterrogation(boolean generalInterrogation)
setApplicationTrigger
public void setApplicationTrigger(boolean applicationTrigger)