org.openmuc.jsml.structures
public class SML_List extends SequenceOf
Modifier and Type | Field and Description |
---|---|
protected SML_ListEntry[] |
valListEntry |
isOptional, isSelected
Constructor and Description |
---|
SML_List() |
SML_List(SML_ListEntry[] valListEntry) |
Modifier and Type | Method and Description |
---|---|
protected void |
createElements(int length) |
SML_ListEntry[] |
getValListEntry() |
decode, print
isOptional, isSelected, setOptional, setSelected
protected SML_ListEntry[] valListEntry
public SML_List(SML_ListEntry[] valListEntry)
public SML_List()
public SML_ListEntry[] getValListEntry()
protected void createElements(int length)
createElements
in class SequenceOf