|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openmuc.jsml.structures.ASNObject
org.openmuc.jsml.structures.ListOf
org.openmuc.jsml.structures.SequenceOf
org.openmuc.jsml.structures.SML_List
public class SML_List
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 |
---|
protected SML_ListEntry[] valListEntry
Constructor Detail |
---|
public SML_List(SML_ListEntry[] valListEntry)
public SML_List()
Method Detail |
---|
public SML_ListEntry[] getValListEntry()
protected void createElements(int length)
createElements
in class SequenceOf
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |