Uses of Class
org.yamcs.xtce.IntegerDataEncoding.Builder
-
Packages that use IntegerDataEncoding.Builder Package Description org.yamcs.xtce -
-
Uses of IntegerDataEncoding.Builder in org.yamcs.xtce
Methods in org.yamcs.xtce that return IntegerDataEncoding.Builder Modifier and Type Method Description IntegerDataEncoding.BuilderIntegerDataEncoding.Builder. setByteOrder(ByteOrder byteOrder)IntegerDataEncoding.BuilderIntegerDataEncoding.Builder. setContextCalibratorList(List<ContextCalibrator> list)IntegerDataEncoding.BuilderIntegerDataEncoding.Builder. setDefaultCalibrator(Calibrator defaultCalibrator)IntegerDataEncoding.BuilderIntegerDataEncoding.Builder. setEncoding(IntegerDataEncoding.Encoding enc)IntegerDataEncoding.BuilderIntegerDataEncoding.Builder. setStringEncoding(StringDataEncoding stringEncoding)IntegerDataEncoding.BuilderIntegerDataEncoding. toBuilder()Constructors in org.yamcs.xtce with parameters of type IntegerDataEncoding.Builder Constructor Description IntegerDataEncoding(IntegerDataEncoding.Builder builder)
-