public static enum TapTableLoadDialog.TapRunMode extends Enum<TapTableLoadDialog.TapRunMode>
Enum Constant and Description |
---|
ASYNC
Asynchronous load into application.
|
LOOK
Quick look in popup window.
|
SYNC
Synchronous load into application.
|
Modifier and Type | Method and Description |
---|---|
boolean |
isSynchronous()
Indicates whether this run mode executes synchronously.
|
String |
toString() |
static TapTableLoadDialog.TapRunMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TapTableLoadDialog.TapRunMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TapTableLoadDialog.TapRunMode SYNC
public static final TapTableLoadDialog.TapRunMode ASYNC
public static final TapTableLoadDialog.TapRunMode LOOK
public static TapTableLoadDialog.TapRunMode[] values()
for (TapTableLoadDialog.TapRunMode c : TapTableLoadDialog.TapRunMode.values()) System.out.println(c);
public static TapTableLoadDialog.TapRunMode 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 boolean isSynchronous()
public String toString()
toString
in class Enum<TapTableLoadDialog.TapRunMode>
Copyright © 2025 Central Laboratory of the Research Councils. All Rights Reserved.