Uses of Class
org.yamcs.xtce.IntegerValue
-
Packages that use IntegerValue Package Description org.yamcs.xtce -
-
Uses of IntegerValue in org.yamcs.xtce
Subclasses of IntegerValue in org.yamcs.xtce Modifier and Type Class Description classDynamicIntegerValueUses a parameter instance to obtain the value.classFixedIntegerValueA simple long valueMethods in org.yamcs.xtce that return IntegerValue Modifier and Type Method Description IntegerValueRepeat. getCount()Methods in org.yamcs.xtce that return types with arguments of type IntegerValue Modifier and Type Method Description List<IntegerValue>ArrayDataType. getSize()Return the dimension list (defined as from XTCE 1.2).List<IntegerValue>ArrayParameterEntry. getSize()Methods in org.yamcs.xtce with parameters of type IntegerValue Modifier and Type Method Description voidRepeat. setCount(IntegerValue count)Method parameters in org.yamcs.xtce with type arguments of type IntegerValue Modifier and Type Method Description voidArrayDataType.Builder. setSize(List<IntegerValue> list)voidArrayParameterEntry. setSize(List<IntegerValue> list)sets the sizes of the extracted array.Constructors in org.yamcs.xtce with parameters of type IntegerValue Constructor Description Repeat(IntegerValue count)Repeat(IntegerValue count, int offsetSizeInBits)
-