org.openmuc.openiec61850
public abstract class BasicDataAttribute extends FcModelNode
Modifier and Type | Field and Description |
---|---|
protected BdaType |
basicType
attribute value type
|
protected boolean |
dchg |
protected boolean |
dupd |
protected boolean |
qchg |
protected java.lang.String |
sAddr
short address, can be used by SCSM and for local data mapping
|
children, objectReference
Modifier and Type | Method and Description |
---|---|
java.util.List<BasicDataAttribute> |
getBasicDataAttributes() |
BdaType |
getBasicType() |
ModelNode |
getChild(java.lang.String childName) |
ModelNode |
getChild(java.lang.String childName,
Fc fc) |
java.util.Collection<ModelNode> |
getChildren() |
boolean |
getDchg() |
boolean |
getDupd() |
boolean |
getQchg() |
java.lang.String |
getSAddr() |
abstract java.lang.Object |
getValue() |
java.util.Iterator<ModelNode> |
iterator() |
abstract void |
setDefault() |
getFc, toString
copy, getIterators, getName, getParent, getReference
protected BdaType basicType
protected java.lang.String sAddr
protected boolean dchg
protected boolean qchg
protected boolean dupd
public boolean getDchg()
public boolean getDupd()
public boolean getQchg()
public BdaType getBasicType()
public java.lang.String getSAddr()
public ModelNode getChild(java.lang.String childName)
public java.util.Collection<ModelNode> getChildren()
getChildren
in class ModelNode
public java.util.Iterator<ModelNode> iterator()
public abstract void setDefault()
public java.util.List<BasicDataAttribute> getBasicDataAttributes()
getBasicDataAttributes
in class ModelNode
public abstract java.lang.Object getValue()