org.openmuc.jsml.structures
Class SML_List

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.SML_List

public class SML_List
extends SequenceOf


Field Summary
protected  SML_ListEntry[] valListEntry
           
 
Fields inherited from class org.openmuc.jsml.structures.ListOf
seqArray
 
Fields inherited from class org.openmuc.jsml.structures.ASNObject
isOptional, isSelected
 
Constructor Summary
SML_List()
           
SML_List(SML_ListEntry[] valListEntry)
           
 
Method Summary
protected  void createElements(int length)
           
 SML_ListEntry[] getValListEntry()
           
 
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

valListEntry

protected SML_ListEntry[] valListEntry
Constructor Detail

SML_List

public SML_List(SML_ListEntry[] valListEntry)

SML_List

public SML_List()
Method Detail

getValListEntry

public SML_ListEntry[] getValListEntry()

createElements

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