Package org.yamcs.xtce
Class ContainerEntry
- java.lang.Object
-
- org.yamcs.xtce.SequenceEntry
-
- org.yamcs.xtce.ContainerEntry
-
- All Implemented Interfaces:
Serializable,Comparable<SequenceEntry>
public class ContainerEntry extends SequenceEntry
Entry from a container that makes reference to another container. This is different than container inheritance: here the small container is included in the big one and does not extend it.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.yamcs.xtce.SequenceEntry
SequenceEntry.ReferenceLocationType
-
-
Field Summary
-
Fields inherited from class org.yamcs.xtce.SequenceEntry
container, locationInContainerInBits
-
-
Constructor Summary
Constructors Constructor Description ContainerEntry(int locationInContainerInBits, SequenceEntry.ReferenceLocationType location)ContainerEntry(int locationInContainerInBits, SequenceEntry.ReferenceLocationType location, SequenceContainer refContainer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SequenceContainergetRefContainer()voidsetRefContainer(SequenceContainer refContainer)StringtoString()-
Methods inherited from class org.yamcs.xtce.SequenceEntry
compareTo, getContainer, getIncludeCondition, getIndex, getLocationInContainerInBits, getReferenceLocation, getRepeatEntry, getSequenceContainer, setIncludeCondition, setLocation, setLocationInContainerInBits, setReferenceLocation, setRepeatEntry
-
-
-
-
Constructor Detail
-
ContainerEntry
public ContainerEntry(int locationInContainerInBits, SequenceEntry.ReferenceLocationType location, SequenceContainer refContainer)
-
ContainerEntry
public ContainerEntry(int locationInContainerInBits, SequenceEntry.ReferenceLocationType location)
-
-
Method Detail
-
setRefContainer
public void setRefContainer(SequenceContainer refContainer)
-
getRefContainer
public SequenceContainer getRefContainer()
-
-