Class Validation

java.lang.Object
com.blukii.sdk.config.datatype.Validation

public final class Validation extends Object
This class contains validation states which can occur if you validate a DataType object.
  • Field Details

    • VALID

      public static final int VALID
      Validation State: Valid
      See Also:
    • ERROR_IBEACON_UUID

      public static final int ERROR_IBEACON_UUID
      Validation State: Error with iBeacon UUID
      See Also:
    • ERROR_IBEACON_MAJOR

      public static final int ERROR_IBEACON_MAJOR
      Validation State: Error with ibeacon Major
      See Also:
    • ERROR_IBEACON_MINOR

      public static final int ERROR_IBEACON_MINOR
      Validation State: Error with iBeacon Minor
      See Also:
    • ERROR_IBEACON_MEASURED_POWER

      public static final int ERROR_IBEACON_MEASURED_POWER
      Validation State: Error with iBeacon Measured Power
      See Also:
    • ERROR_IBEACON_MINOR_ALTERNATION

      public static final int ERROR_IBEACON_MINOR_ALTERNATION
      Validation State: Error with iBeacon Minor alternation
      See Also:
    • ERROR_EDDYSTONE_NAMESPACE

      public static final int ERROR_EDDYSTONE_NAMESPACE
      Validation State: Error with Eddystone Namespace
      See Also:
    • ERROR_EDDYSTONE_INSTANCE

      public static final int ERROR_EDDYSTONE_INSTANCE
      Validation State: Error with Eddystone Instance
      See Also:
    • ERROR_EDDYSTONE_URL

      public static final int ERROR_EDDYSTONE_URL
      Validation State: Error with Eddystone Url
      See Also:
    • ERROR_ADVERTISING_INTERVAL

      public static final int ERROR_ADVERTISING_INTERVAL
      Validation State: Error with Advertising Interval
      See Also:
    • ERROR_ADVERTISING_TYPE

      public static final int ERROR_ADVERTISING_TYPE
      Validation State: Error with Advertising Type
      See Also:
    • ERROR_EVENT_TRIGGER

      public static final int ERROR_EVENT_TRIGGER
      Validation State: Error with Event Trigger
      See Also:
    • ERROR_EVENT_DURATION

      public static final int ERROR_EVENT_DURATION
      Validation State: Error with Event Duration
      See Also:
    • ERROR_EVENT_TIMER_INTERVAL

      public static final int ERROR_EVENT_TIMER_INTERVAL
      Validation State: Error with Event Timer Interval
      See Also:
    • ERROR_FRAMES

      public static final int ERROR_FRAMES
      Validation State: Error with Advertising Frames
      See Also:
    • ERROR_TXPOWER_LOWEST

      public static final int ERROR_TXPOWER_LOWEST
      Validation State: Error with TxPower Lowest
      See Also:
    • ERROR_TXPOWER_LOW

      public static final int ERROR_TXPOWER_LOW
      Validation State: Error with TxPower Low
      See Also:
    • ERROR_TXPOWER_MEDIUM

      public static final int ERROR_TXPOWER_MEDIUM
      Validation State: Error with TxPower Medium
      See Also:
    • ERROR_TXPOWER_HIGH

      public static final int ERROR_TXPOWER_HIGH
      Validation State: Error with TxPower High
      See Also:
    • ERROR_DAYTIME_START_HOUR

      public static final int ERROR_DAYTIME_START_HOUR
      Validation State: Error with Daytime start hour
      See Also:
    • ERROR_DAYTIME_START_MINUTE

      public static final int ERROR_DAYTIME_START_MINUTE
      Validation State: Error with Daytime start minute
      See Also:
    • ERROR_DAYTIME_STOP_HOUR

      public static final int ERROR_DAYTIME_STOP_HOUR
      Validation State: Error with Daytime stop hour
      See Also:
    • ERROR_DAYTIME_STOP_MINUTE

      public static final int ERROR_DAYTIME_STOP_MINUTE
      Validation State: Error with Daytime stop minute
      See Also:
    • ERROR_CONNECTION_INTERVAL

      public static final int ERROR_CONNECTION_INTERVAL
      Validation State: Error with Connection Interval
      See Also:
    • ERROR_CONNECTION_LATENCY

      public static final int ERROR_CONNECTION_LATENCY
      Validation State: Error with Connection Latency
      See Also:
    • ERROR_CONNECTION_TIMEOUT

      public static final int ERROR_CONNECTION_TIMEOUT
      Validation State: Error with Connection Timeout
      See Also:
    • ERROR_ENERGY_SAVE_INTERVAL

      public static final int ERROR_ENERGY_SAVE_INTERVAL
      Validation State: Error with Energy Save Interval
      See Also:
    • ERROR_ENERGY_SAVE_DURATION

      public static final int ERROR_ENERGY_SAVE_DURATION
      Validation State: Error with Energy Save Duration
      See Also:
    • ERROR_SENSOR_INTERVAL

      public static final int ERROR_SENSOR_INTERVAL
      Validation State: Error with Sensor Interval Value
      See Also:
    • ERROR_SENSOR_TRANSFER

      public static final int ERROR_SENSOR_TRANSFER
      Validation State: Error with Sensor Transfer
      See Also:
    • ERROR_SENSOR_INTERRUPT

      public static final int ERROR_SENSOR_INTERRUPT
      Validation State: Error with Sensor Interrupt Value
      See Also:
    • ERROR_SENSOR_LIMITED_RECORDING

      public static final int ERROR_SENSOR_LIMITED_RECORDING
      Validation State: Error with Sensor Limited Recording Value
      See Also:
    • ERROR_REPEATER

      public static final int ERROR_REPEATER
      Validation State: Error with Repeater Settings Value
      See Also:
  • Constructor Details

    • Validation

      public Validation()