org.openmuc.jsml.structures
Class List_of_SML_ValueEntry

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_ValueEntry

public class List_of_SML_ValueEntry
extends SequenceOf


Field Summary
protected  SML_ValueEntry[] value_List_Entries
           
 
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_ValueEntry()
           
List_of_SML_ValueEntry(SML_ValueEntry[] value_List_Entries)
           
 
Method Summary
protected  void createElements(int length)
           
 SML_ValueEntry[] getvalue_List_Entries()
           
 
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

value_List_Entries

protected SML_ValueEntry[] value_List_Entries
Constructor Detail

List_of_SML_ValueEntry

public List_of_SML_ValueEntry(SML_ValueEntry[] value_List_Entries)

List_of_SML_ValueEntry

public List_of_SML_ValueEntry()
Method Detail

createElements

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

getvalue_List_Entries

public SML_ValueEntry[] getvalue_List_Entries()