Enum Class WeblinkConfigurationState

Object
Enum<WeblinkConfigurationState>
com.zebra.sdk.weblink.WeblinkConfigurationState
All Implemented Interfaces:
Serializable, Comparable<WeblinkConfigurationState>, Constable

public enum WeblinkConfigurationState extends Enum<WeblinkConfigurationState>
Enumeration of the weblink configuration task's state
  • Enum Constant Details

    • ConnectToPrinter

      public static final WeblinkConfigurationState ConnectToPrinter
      Configuration state indicating the task is creating a connection to the printer
    • GetSettings

      public static final WeblinkConfigurationState GetSettings
      Configuration state indicating the task is retrieving the printer's settings
    • RestartPrinter

      public static final WeblinkConfigurationState RestartPrinter
      Configuration state indicating the task is restarting the printer
    • ReconnectToPrinter

      public static final WeblinkConfigurationState ReconnectToPrinter
      Configuration state indicating the task is waiting for the printer to restart and then reconnect
    • VerifyWeblinkConnection

      public static final WeblinkConfigurationState VerifyWeblinkConnection
      Configuration state indicating the task is validating the printer's profile manager connection
  • Method Details

    • values

      public static WeblinkConfigurationState[] 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 WeblinkConfigurationState 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
    • getIndex

      public static int getIndex(WeblinkConfigurationState state)
      Returns the index value associated with the provided WeblinkConfigurationState state.
      Parameters:
      state - The WeblinkConfigurationState.
      Returns:
      the WeblinkConfigurationState index of the passed in state