org.openmuc.openiec61850
public final class BdaOptFlds extends BdaBitString
basicType, dchg, dupd, qchg, sAddr
children, objectReference
Constructor and Description |
---|
BdaOptFlds(ObjectReference objectReference) |
Modifier and Type | Method and Description |
---|---|
BdaOptFlds |
copy()
Copies the whole node with all of its children.
|
boolean |
isBufferOverflow() |
boolean |
isConfigRevision() |
boolean |
isDataReference() |
boolean |
isDataSetName() |
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, toString
getBasicDataAttributes, getBasicType, getChild, getChild, getChildren, getDchg, getDupd, getQchg, getSAddr, iterator
getFc
getIterators, getName, getParent, getReference
public BdaOptFlds(ObjectReference objectReference)
public void setDefault()
BdaBitString
setDefault
in class BdaBitString
public BdaOptFlds copy()
ModelNode
public 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)