|
|||||||||
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.List_of_SML_Tree
public class List_of_SML_Tree
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 |
---|
protected SML_Tree[] tree_Entry
Constructor Detail |
---|
public List_of_SML_Tree(SML_Tree[] tree_Entry)
public List_of_SML_Tree()
Method Detail |
---|
protected void createElements(int length)
createElements
in class SequenceOf
public SML_Tree[] getTreeEntry()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |