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.lang.String |
getValueString() |
java.util.Iterator<ModelNode> |
iterator() |
abstract void |
setDefault() |
abstract void |
setValueFrom(BasicDataAttribute bda) |
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 void setValueFrom(BasicDataAttribute bda)
public java.lang.String getValueString()