Uses of Class
org.yamcs.xtce.SequenceEntry.ReferenceLocationType
-
Packages that use SequenceEntry.ReferenceLocationType Package Description org.yamcs.xtce -
-
Uses of SequenceEntry.ReferenceLocationType in org.yamcs.xtce
Methods in org.yamcs.xtce that return SequenceEntry.ReferenceLocationType Modifier and Type Method Description SequenceEntry.ReferenceLocationTypeSequenceEntry. getReferenceLocation()static SequenceEntry.ReferenceLocationTypeSequenceEntry.ReferenceLocationType. valueOf(String name)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.ReferenceLocationType Modifier and Type Method Description voidSequenceEntry. 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.ReferenceLocationType Constructor Description ArgumentEntry(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)
-