Uses of Enum
org.yamcs.xtce.SequenceEntry.ReferenceLocationType
Packages that use SequenceEntry.ReferenceLocationType
-
Uses of SequenceEntry.ReferenceLocationType in org.yamcs.xtce
Methods in org.yamcs.xtce that return SequenceEntry.ReferenceLocationTypeModifier and TypeMethodDescriptionSequenceEntry.getReferenceLocation()Returns the enum constant of this type with the specified name.static SequenceEntry.ReferenceLocationType[]SequenceEntry.ReferenceLocationType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.yamcs.xtce with parameters of type SequenceEntry.ReferenceLocationTypeModifier and TypeMethodDescriptionvoidSequenceEntry.setLocation(SequenceEntry.ReferenceLocationType type, int locationInBits) Set the location of this entry in the container.voidSequenceEntry.setReferenceLocation(SequenceEntry.ReferenceLocationType type) Constructors in org.yamcs.xtce with parameters of type SequenceEntry.ReferenceLocationTypeModifierConstructorDescriptionArgumentEntry(int locationInContainerInBits, SequenceEntry.ReferenceLocationType location) Constructor for an unresolved ArgumentEntry.ArgumentEntry(int locationInContainerInBits, SequenceEntry.ReferenceLocationType location, Argument argument) ArrayParameterEntry(int locationInContainerInBits, SequenceEntry.ReferenceLocationType location) ArrayParameterEntry(int locationInContainerInBits, SequenceEntry.ReferenceLocationType location, Parameter parameter) ContainerEntry(int locationInContainerInBits, SequenceEntry.ReferenceLocationType location) ContainerEntry(int locationInContainerInBits, SequenceEntry.ReferenceLocationType location, SequenceContainer refContainer) FixedValueEntry(int locationInContainerInBits, SequenceEntry.ReferenceLocationType location, String name, byte[] binaryValue, int sizeInBits) IndirectParameterRefEntry(int locationInContainerInBits, SequenceEntry.ReferenceLocationType location, ParameterInstanceRef parameterRef, String aliasNameSpace) ParameterEntry(int locationInContainerInBits, SequenceEntry.ReferenceLocationType location) Constructor for an unresolved ParameterEntry.ParameterEntry(int locationInContainerInBits, SequenceEntry.ReferenceLocationType location, Parameter parameter) Constructor for parameter entry.SequenceEntry(int locationInContainerInBits, SequenceEntry.ReferenceLocationType location)