org.openmuc.openiec61850
Class ConstructedDataAttribute

java.lang.Object
  extended by org.openmuc.openiec61850.ModelNode
      extended by org.openmuc.openiec61850.FcModelNode
          extended by org.openmuc.openiec61850.ConstructedDataAttribute
All Implemented Interfaces:
java.lang.Iterable<ModelNode>

public final class ConstructedDataAttribute
extends FcModelNode


Field Summary
 
Fields inherited from class org.openmuc.openiec61850.ModelNode
children, objectReference
 
Constructor Summary
ConstructedDataAttribute(ObjectReference objectReference, Fc fc, java.util.List<FcModelNode> children)
           
 
Method Summary
 ConstructedDataAttribute copy()
          Copies the whole node with all of its children.
 
Methods inherited from class org.openmuc.openiec61850.FcModelNode
getFc, toString
 
Methods inherited from class org.openmuc.openiec61850.ModelNode
getBasicDataAttributes, getChild, getChild, getChildren, getIterators, getName, getParent, getReference, iterator
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConstructedDataAttribute

public ConstructedDataAttribute(ObjectReference objectReference,
                                Fc fc,
                                java.util.List<FcModelNode> children)
Parameters:
objectReference -
fc -
children - can be of type CONSTRUCTED_DATA_ATTRIBUTE and/or BASIC_DATA_ATTRIBUTE
Method Detail

copy

public ConstructedDataAttribute copy()
Description copied from class: ModelNode
Copies the whole node with all of its children. Creates new BasicDataAttribute values but reuses ObjectReferences, FunctionalConstraints.

Specified by:
copy in class ModelNode