java.lang.Object
org.yamcs.xtce.SequenceEntry
org.yamcs.xtce.ParameterEntry
- All Implemented Interfaces:
Serializable,Comparable<SequenceEntry>
- Direct Known Subclasses:
ArrayParameterEntry
An entry that is a single Parameter
- See Also:
-
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
ConstructorsConstructorDescriptionParameterEntry(int locationInContainerInBits, SequenceEntry.ReferenceLocationType location) Constructor for an unresolved ParameterEntry.ParameterEntry(int locationInContainerInBits, SequenceEntry.ReferenceLocationType location, Parameter parameter) Constructor for parameter entry. -
Method Summary
Methods inherited from class org.yamcs.xtce.SequenceEntry
compareTo, getContainer, getIncludeCondition, getIndex, getLocationInContainerInBits, getReferenceLocation, getRepeatEntry, getSequenceContainer, setIncludeCondition, setLocation, setLocationInContainerInBits, setReferenceLocation, setRepeatEntry
-
Constructor Details
-
ParameterEntry
public ParameterEntry(int locationInContainerInBits, SequenceEntry.ReferenceLocationType location, Parameter parameter) Constructor for parameter entry. The parameter to which it reffers will be set later withsetParameter(Parameter)- Parameters:
locationInContainerInBits-location-parameter-
-
ParameterEntry
Constructor for an unresolved ParameterEntry. The Parameter will come later viasetParameter(Parameter)- Parameters:
locationInContainerInBits-location-
-
-
Method Details