Enum Class AddOnCalcSignalDataType

java.lang.Object
java.lang.Enum<AddOnCalcSignalDataType>
com.seeq.link.sdk.interfaces.AddOnCalcSignalDataType
All Implemented Interfaces:
Serializable, Comparable<AddOnCalcSignalDataType>, Constable

public enum AddOnCalcSignalDataType extends Enum<AddOnCalcSignalDataType>
Enumeration of possible signals data types
  • Enum Constant Details

    • NUMERIC

      public static final AddOnCalcSignalDataType NUMERIC
      Indicates that values of signal samples are numeric
    • STRING

      public static final AddOnCalcSignalDataType STRING
      Indicates that values of signal samples are of type string
  • Method Details

    • values

      public static AddOnCalcSignalDataType[] 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 AddOnCalcSignalDataType 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