java.io.Serializable
, java.lang.Comparable<TapTableLoadDialog.TapRunMode>
public static enum TapTableLoadDialog.TapRunMode extends java.lang.Enum<TapTableLoadDialog.TapRunMode>
Enum Constant | Description |
---|---|
ASYNC |
Asynchronous load into application.
|
LOOK |
Quick look in popup window.
|
SYNC |
Synchronous load into application.
|
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
toString() |
|
static TapTableLoadDialog.TapRunMode |
valueOf(java.lang.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(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String toString()
toString
in class java.lang.Enum<TapTableLoadDialog.TapRunMode>
Copyright © 2018 Central Laboratory of the Research Councils. All Rights Reserved.