org.openmuc.openiec61850
Class BdaTriggerConditions
java.lang.Object
org.openmuc.openiec61850.ModelNode
org.openmuc.openiec61850.FcModelNode
org.openmuc.openiec61850.BasicDataAttribute
org.openmuc.openiec61850.BdaBitString
org.openmuc.openiec61850.BdaTriggerConditions
- All Implemented Interfaces:
- java.lang.Iterable<ModelNode>
public final class BdaTriggerConditions
- extends BdaBitString
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
BdaTriggerConditions
public BdaTriggerConditions(ObjectReference objectReference)
setDefault
public void setDefault()
- Description copied from class:
BdaBitString
- Initializes BIT_STRING with all zeros
- Overrides:
setDefault
in class BdaBitString
copy
public BdaTriggerConditions 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()
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)