public abstract class BasicDataAttribute extends FcModelNode
children, objectReference
Modifier and Type | Method and Description |
---|---|
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, toString
copy, getIterators, getName, getParent, getReference
public 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)
ModelNode
public ModelNode getChild(java.lang.String childName)
ModelNode
getChild(String name, Fc fc)
instead.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()
ModelNode
getBasicDataAttributes
in class ModelNode