org.openmuc.jsml.structures
Class List_of_SML_Tree

java.lang.Object
  extended by org.openmuc.jsml.structures.ASNObject
      extended by org.openmuc.jsml.structures.ListOf
          extended by org.openmuc.jsml.structures.SequenceOf
              extended by org.openmuc.jsml.structures.List_of_SML_Tree

public class List_of_SML_Tree
extends SequenceOf


Field Summary
protected  SML_Tree[] tree_Entry
           
 
Fields inherited from class org.openmuc.jsml.structures.ListOf
seqArray
 
Fields inherited from class org.openmuc.jsml.structures.ASNObject
isOptional, isSelected
 
Constructor Summary
List_of_SML_Tree()
           
List_of_SML_Tree(SML_Tree[] tree_Entry)
           
 
Method Summary
protected  void createElements(int length)
           
 SML_Tree[] getTreeEntry()
           
 
Methods inherited from class org.openmuc.jsml.structures.SequenceOf
decode, print
 
Methods inherited from class org.openmuc.jsml.structures.ListOf
code, seqArray
 
Methods inherited from class org.openmuc.jsml.structures.ASNObject
isOptional, isSelected, setOptional, setSelected
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tree_Entry

protected SML_Tree[] tree_Entry
Constructor Detail

List_of_SML_Tree

public List_of_SML_Tree(SML_Tree[] tree_Entry)

List_of_SML_Tree

public List_of_SML_Tree()
Method Detail

createElements

protected void createElements(int length)
Specified by:
createElements in class SequenceOf

getTreeEntry

public SML_Tree[] getTreeEntry()