org.openmuc.openiec61850
public abstract class BasicDataAttribute extends FcModelNode
children, objectReference| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
equals(java.lang.Object obj) |
java.util.List<BasicDataAttribute> |
getBasicDataAttributes()
Returns a list of all leaf nodes (basic data attributes) contained in the subtree of this model node.
|
BdaType |
getBasicType() |
ModelNode |
getChild(java.lang.String childName)
Returns the child node with the given name.
|
ModelNode |
getChild(java.lang.String childName,
Fc fc)
Returns the child node with the given name and functional constraint.
|
java.util.Collection<ModelNode> |
getChildren() |
boolean |
getDchg() |
boolean |
getDupd() |
boolean |
getQchg() |
java.lang.String |
getSAddr() |
java.util.Iterator<ModelNode> |
iterator() |
abstract void |
setDefault() |
getFc, toStringcopy, getIterators, getName, getParent, getReferencepublic boolean getDchg()
public boolean getDupd()
public boolean getQchg()
public BdaType getBasicType()
public java.lang.String getSAddr()
public ModelNode getChild(java.lang.String childName, Fc fc)
ModelNodepublic ModelNode getChild(java.lang.String childName)
ModelNodegetChild(String name, Fc fc) instead.public java.util.Collection<ModelNode> getChildren()
getChildren in class ModelNodepublic java.util.Iterator<ModelNode> iterator()
public abstract void setDefault()
public java.util.List<BasicDataAttribute> getBasicDataAttributes()
ModelNodegetBasicDataAttributes in class ModelNodepublic abstract boolean equals(java.lang.Object obj)
equals in class java.lang.Object