Enum Class TriadStaticIntervalDetector.ErrorReason

java.lang.Object
java.lang.Enum<TriadStaticIntervalDetector.ErrorReason>
com.irurueta.navigation.inertial.calibration.intervals.TriadStaticIntervalDetector.ErrorReason
All Implemented Interfaces:
Serializable, Comparable<TriadStaticIntervalDetector.ErrorReason>, Constable
Enclosing class:
TriadStaticIntervalDetector<U extends Enum<?>,M extends com.irurueta.units.Measurement<U>,T extends Triad<U,M>,D extends TriadStaticIntervalDetector<U,M,T,D,L>,L extends TriadStaticIntervalDetectorListener<U,M,T,D>>

public static enum TriadStaticIntervalDetector.ErrorReason extends Enum<TriadStaticIntervalDetector.ErrorReason>
Reason why this detector has failed during initialization.
  • Enum Constant Details

  • Constructor Details

    • ErrorReason

      private ErrorReason()
  • Method Details

    • values

      public static TriadStaticIntervalDetector.ErrorReason[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static TriadStaticIntervalDetector.ErrorReason valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null