org.openmuc.openiec61850
public final class BdaOptFlds extends BdaBitString
children, objectReference| Constructor and Description |
|---|
BdaOptFlds(ObjectReference objectReference) |
| Modifier and Type | Method and Description |
|---|---|
BdaOptFlds |
copy()
Returns a copy of model node with all of its children.
|
boolean |
equals(java.lang.Object obj) |
boolean |
isBufferOverflow() |
boolean |
isConfigRevision() |
boolean |
isDataReference() |
boolean |
isDataSetName()
Will the data set reference (not just the name) be included in the report.
|
boolean |
isEntryId() |
boolean |
isReasonForInclusion() |
boolean |
isReportTimestamp() |
boolean |
isSegmentation() |
boolean |
isSequenceNumber() |
void |
setBufferOverflow(boolean bufferOverflow) |
void |
setConfigRevision(boolean configRevision) |
void |
setDataReference(boolean dataReference) |
void |
setDataSetName(boolean dataSetName) |
void |
setDefault()
Initializes BIT_STRING with all zeros
|
void |
setEntryId(boolean entryId) |
void |
setReasonForInclusion(boolean reasonForInclusion) |
void |
setReportTimestamp(boolean reportTimestamp) |
void |
setSegmentation(boolean segmentation) |
void |
setSequenceNumber(boolean sequenceNumber) |
getMaxNumBits, getValue, setValue, toStringgetBasicDataAttributes, getBasicType, getChild, getChild, getChildren, getDchg, getDupd, getQchg, getSAddr, iteratorgetFcgetIterators, getName, getParent, getReferencepublic BdaOptFlds(ObjectReference objectReference)
public void setDefault()
BdaBitStringsetDefault in class BdaBitStringpublic BdaOptFlds copy()
ModelNodepublic boolean isSequenceNumber()
public boolean isReportTimestamp()
public boolean isReasonForInclusion()
public boolean isDataSetName()
public boolean isDataReference()
public boolean isBufferOverflow()
public boolean isEntryId()
public boolean isConfigRevision()
public boolean isSegmentation()
public void setSequenceNumber(boolean sequenceNumber)
public void setReportTimestamp(boolean reportTimestamp)
public void setReasonForInclusion(boolean reasonForInclusion)
public void setDataSetName(boolean dataSetName)
public void setDataReference(boolean dataReference)
public void setBufferOverflow(boolean bufferOverflow)
public void setEntryId(boolean entryId)
public void setConfigRevision(boolean configRevision)
public void setSegmentation(boolean segmentation)
public boolean equals(java.lang.Object obj)
equals in class BasicDataAttribute