public abstract class BasicDataAttribute extends FcModelNode
children, objectReference| 限定符 | 构造器和说明 |
|---|---|
protected |
BasicDataAttribute(ObjectReference objectReference,
Fc fc,
String sAddr,
boolean dchg,
boolean dupd) |
| 限定符和类型 | 方法和说明 |
|---|---|
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(String childName)
Returns the child node with the given name.
|
ModelNode |
getChild(String childName,
Fc fc)
Returns the child node with the given name and functional constraint.
|
Collection<ModelNode> |
getChildren() |
boolean |
getDchg() |
boolean |
getDupd() |
boolean |
getQchg() |
String |
getSAddr() |
String |
getValueString() |
Iterator<ModelNode> |
iterator() |
abstract void |
setDefault() |
abstract void |
setValueFrom(BasicDataAttribute bda) |
getFc, toStringcopy, getIterators, getName, getParent, getReferenceclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEach, spliteratorprotected BasicDataAttribute(ObjectReference objectReference, Fc fc, String sAddr, boolean dchg, boolean dupd)
public boolean getDchg()
public boolean getDupd()
public boolean getQchg()
public BdaType getBasicType()
public String getSAddr()
public ModelNode getChild(String childName, Fc fc)
ModelNodepublic ModelNode getChild(String childName)
ModelNodegetChild(String name, Fc fc) instead.public Collection<ModelNode> getChildren()
getChildren 在类中 ModelNodepublic abstract void setDefault()
public List<BasicDataAttribute> getBasicDataAttributes()
ModelNodegetBasicDataAttributes 在类中 ModelNodepublic abstract void setValueFrom(BasicDataAttribute bda)
public String getValueString()
Copyright © 2025. All rights reserved.