Uses of Class
org.yamcs.xtce.SequenceEntry
-
Packages that use SequenceEntry Package Description org.yamcs.xtce -
-
Uses of SequenceEntry in org.yamcs.xtce
Subclasses of SequenceEntry in org.yamcs.xtce Modifier and Type Class Description classArgumentEntryAn entry that is a single ArgumentclassArrayParameterEntryDescribe an entry that is an array parameter.classContainerEntryEntry from a container that makes reference to another container.classFixedValueEntryHolds an optional attributes name, bitOrder, byteOrderList, required attributes binaryValue, sizeInBits and optional LocationInContainerInBits, RepeatEntry and IncludeCondition.classIndirectParameterRefEntryAn entry whose name is given by the value of a ParamameterInstance.classParameterEntryAn entry that is a single ParameterMethods in org.yamcs.xtce that return types with arguments of type SequenceEntry Modifier and Type Method Description List<SequenceEntry>CommandContainer. getEntryList()returns the list of entriesabstract List<SequenceEntry>Container. getEntryList()List<SequenceEntry>SequenceContainer. getEntryList()Returns the list of the entries in the sequence container.Methods in org.yamcs.xtce with parameters of type SequenceEntry Modifier and Type Method Description voidCommandContainer. addEntry(SequenceEntry se)abstract voidContainer. addEntry(SequenceEntry se)voidSequenceContainer. addEntry(SequenceEntry entry)Add single entry to list of entriesintSequenceEntry. compareTo(SequenceEntry se)voidSequenceContainer. insertEntry(int idx, SequenceEntry entry)Insert the given entry in position idx.Method parameters in org.yamcs.xtce with type arguments of type SequenceEntry Modifier and Type Method Description voidSequenceContainer. setEntryList(List<SequenceEntry> entryList)
-