|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<ProcessListener.ProgressTag>
com.azalient.api.file.event.ProcessListener.ProgressTag
public static enum ProcessListener.ProgressTag
An enumeration of processes that use the progress notifications.
| Enum Constant Summary | |
|---|---|
COPY_TO_FILE
Copying parts of the model to a file |
|
GENERIC_PROCESS_1
A generic process, unidentified |
|
GENERIC_PROCESS_2
A generic process, unidentified |
|
GENERIC_PROCESS_3
A generic process, unidentified |
|
GENERIC_PROCESS_4
A generic process, unidentified |
|
GENERIC_PROCESS_5
A generic process, unidentified |
|
GENERIC_PROCESS_6
A generic process, unidentified |
|
GENERIC_PROCESS_7
A generic process, unidentified |
|
GENERIC_PROCESS_8
A generic process, unidentified |
|
MODEL_CHANGES
Saving table changes |
|
MODEL_IMPORT
Importing a model |
|
MODEL_OPEN
Opening a model |
|
MODEL_SAVE
Saving a model |
|
MODEL_TABLES
Saving tables |
|
MODULE_RENEW
Changing a module (component page) or changing scenario |
|
PAGE_WRITE
Writing a page of data |
|
PASTE_FROM_FILE
Pasting parts of a model from a file |
|
PLUGIN
(Re-) Opening plugins |
|
ROUTE_LIMBS
Calculating the routing limbs |
|
ROUTE_TARGETS
Calculating the route targets / gateways |
|
SAVE_TRANSPORT
Save transport data |
|
SAVE_VALIDATOR
Save validator data |
|
SHAPE_2D
Importing a 2-D shape |
|
SHAPE_3D
Importing a 3-D shape |
|
SHAPE_LOAD
Loading (opening) a shape |
|
SHAPE_MERGE
Merging two shape files |
|
SHAPE_MODIFY
Modifying shape files (renaming, deleting) |
|
SHAPE_SAVE
Saving a 3-D shape |
|
TABLE_FETCH
Fetching the data in a table |
|
TABLE_READ
Reading a table (just the metadata) |
|
TABLE_SORT
Sorting a table |
|
TABLE_SPLIT
Splitting table rows into fields |
|
TABLE_WRITE
Writing a table |
|
TRIP_GEN_M
Generating trips from matrices |
|
TRIP_GEN_V
Generating trips from volumes |
|
UNZIP
Unzipping compressed data |
|
| Method Summary | |
|---|---|
static ProcessListener.ProgressTag |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ProcessListener.ProgressTag[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final ProcessListener.ProgressTag MODEL_OPEN
public static final ProcessListener.ProgressTag MODEL_SAVE
public static final ProcessListener.ProgressTag MODEL_TABLES
public static final ProcessListener.ProgressTag MODEL_CHANGES
public static final ProcessListener.ProgressTag MODEL_IMPORT
public static final ProcessListener.ProgressTag MODULE_RENEW
public static final ProcessListener.ProgressTag TABLE_READ
public static final ProcessListener.ProgressTag TABLE_FETCH
public static final ProcessListener.ProgressTag TABLE_SPLIT
public static final ProcessListener.ProgressTag TABLE_SORT
public static final ProcessListener.ProgressTag TABLE_WRITE
public static final ProcessListener.ProgressTag COPY_TO_FILE
public static final ProcessListener.ProgressTag PASTE_FROM_FILE
public static final ProcessListener.ProgressTag PAGE_WRITE
public static final ProcessListener.ProgressTag UNZIP
public static final ProcessListener.ProgressTag SHAPE_2D
public static final ProcessListener.ProgressTag SHAPE_3D
public static final ProcessListener.ProgressTag SHAPE_LOAD
public static final ProcessListener.ProgressTag SHAPE_SAVE
public static final ProcessListener.ProgressTag SHAPE_MERGE
public static final ProcessListener.ProgressTag SHAPE_MODIFY
public static final ProcessListener.ProgressTag TRIP_GEN_M
public static final ProcessListener.ProgressTag TRIP_GEN_V
public static final ProcessListener.ProgressTag ROUTE_LIMBS
public static final ProcessListener.ProgressTag ROUTE_TARGETS
public static final ProcessListener.ProgressTag PLUGIN
public static final ProcessListener.ProgressTag SAVE_VALIDATOR
public static final ProcessListener.ProgressTag SAVE_TRANSPORT
public static final ProcessListener.ProgressTag GENERIC_PROCESS_1
public static final ProcessListener.ProgressTag GENERIC_PROCESS_2
public static final ProcessListener.ProgressTag GENERIC_PROCESS_3
public static final ProcessListener.ProgressTag GENERIC_PROCESS_4
public static final ProcessListener.ProgressTag GENERIC_PROCESS_5
public static final ProcessListener.ProgressTag GENERIC_PROCESS_6
public static final ProcessListener.ProgressTag GENERIC_PROCESS_7
public static final ProcessListener.ProgressTag GENERIC_PROCESS_8
| Method Detail |
|---|
public static ProcessListener.ProgressTag[] values()
for (ProcessListener.ProgressTag c : ProcessListener.ProgressTag.values()) System.out.println(c);
public static ProcessListener.ProgressTag valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||