Interface Mdb.SplineCalibratorInfo.SplinePointInfoOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Mdb.SplineCalibratorInfo.SplinePointInfo, Mdb.SplineCalibratorInfo.SplinePointInfo.Builder
Enclosing class:
Mdb.SplineCalibratorInfo

public static interface Mdb.SplineCalibratorInfo.SplinePointInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    double
    optional double calibrated = 2;
    double
    optional double raw = 1;
    boolean
    optional double calibrated = 2;
    boolean
    optional double raw = 1;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • hasRaw

      boolean hasRaw()
      optional double raw = 1;
      Returns:
      Whether the raw field is set.
    • getRaw

      double getRaw()
      optional double raw = 1;
      Returns:
      The raw.
    • hasCalibrated

      boolean hasCalibrated()
      optional double calibrated = 2;
      Returns:
      Whether the calibrated field is set.
    • getCalibrated

      double getCalibrated()
      optional double calibrated = 2;
      Returns:
      The calibrated.