public enum WeblinkConfigurationState extends Enum<WeblinkConfigurationState>
Enum Constant and Description |
---|
ConfigureWeblink
Configuration state indicating the task is configuring the weblink setting
|
ConnectToPrinter
Configuration state indicating the task is creating a connection to the printer
|
GetSettings
Configuration state indicating the task is retrieving the printer's settings
|
ReconnectToPrinter
Configuration state indicating the task is waiting for the printer to restart and then reconnect
|
RestartPrinter
Configuration state indicating the task is restarting the printer
|
VerifyWeblinkConnection
Configuration state indicating the task is validating the printer's profile manager connection
|
Modifier and Type | Method and Description |
---|---|
static int |
getIndex(WeblinkConfigurationState state)
Returns the index value associated with the provided WeblinkConfigurationState
state . |
static WeblinkConfigurationState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WeblinkConfigurationState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WeblinkConfigurationState ConnectToPrinter
public static final WeblinkConfigurationState GetSettings
public static final WeblinkConfigurationState ConfigureWeblink
public static final WeblinkConfigurationState RestartPrinter
public static final WeblinkConfigurationState ReconnectToPrinter
public static final WeblinkConfigurationState VerifyWeblinkConnection
public static WeblinkConfigurationState[] values()
for (WeblinkConfigurationState c : WeblinkConfigurationState.values()) System.out.println(c);
public static WeblinkConfigurationState valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant
with the specified nameNullPointerException
- if the argument is nullpublic static int getIndex(WeblinkConfigurationState state)
state
.state
- The WeblinkConfigurationState.
© 2016 ZIH Corp. All Rights Reserved.