com.azalient.api.file.event
Enum ProcessListener.ProgressTag

java.lang.Object
  extended by java.lang.Enum<ProcessListener.ProgressTag>
      extended by com.azalient.api.file.event.ProcessListener.ProgressTag
All Implemented Interfaces:
Serializable, Comparable<ProcessListener.ProgressTag>
Enclosing interface:
ProcessListener

public static enum ProcessListener.ProgressTag
extends 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

MODEL_OPEN

public static final ProcessListener.ProgressTag MODEL_OPEN
Opening a model


MODEL_SAVE

public static final ProcessListener.ProgressTag MODEL_SAVE
Saving a model


MODEL_TABLES

public static final ProcessListener.ProgressTag MODEL_TABLES
Saving tables


MODEL_CHANGES

public static final ProcessListener.ProgressTag MODEL_CHANGES
Saving table changes


MODEL_IMPORT

public static final ProcessListener.ProgressTag MODEL_IMPORT
Importing a model


MODULE_RENEW

public static final ProcessListener.ProgressTag MODULE_RENEW
Changing a module (component page) or changing scenario


TABLE_READ

public static final ProcessListener.ProgressTag TABLE_READ
Reading a table (just the metadata)


TABLE_FETCH

public static final ProcessListener.ProgressTag TABLE_FETCH
Fetching the data in a table


TABLE_SPLIT

public static final ProcessListener.ProgressTag TABLE_SPLIT
Splitting table rows into fields


TABLE_SORT

public static final ProcessListener.ProgressTag TABLE_SORT
Sorting a table


TABLE_WRITE

public static final ProcessListener.ProgressTag TABLE_WRITE
Writing a table


COPY_TO_FILE

public static final ProcessListener.ProgressTag COPY_TO_FILE
Copying parts of the model to a file


PASTE_FROM_FILE

public static final ProcessListener.ProgressTag PASTE_FROM_FILE
Pasting parts of a model from a file


PAGE_WRITE

public static final ProcessListener.ProgressTag PAGE_WRITE
Writing a page of data


UNZIP

public static final ProcessListener.ProgressTag UNZIP
Unzipping compressed data


SHAPE_2D

public static final ProcessListener.ProgressTag SHAPE_2D
Importing a 2-D shape


SHAPE_3D

public static final ProcessListener.ProgressTag SHAPE_3D
Importing a 3-D shape


SHAPE_LOAD

public static final ProcessListener.ProgressTag SHAPE_LOAD
Loading (opening) a shape


SHAPE_SAVE

public static final ProcessListener.ProgressTag SHAPE_SAVE
Saving a 3-D shape


SHAPE_MERGE

public static final ProcessListener.ProgressTag SHAPE_MERGE
Merging two shape files


SHAPE_MODIFY

public static final ProcessListener.ProgressTag SHAPE_MODIFY
Modifying shape files (renaming, deleting)


TRIP_GEN_M

public static final ProcessListener.ProgressTag TRIP_GEN_M
Generating trips from matrices


TRIP_GEN_V

public static final ProcessListener.ProgressTag TRIP_GEN_V
Generating trips from volumes


ROUTE_LIMBS

public static final ProcessListener.ProgressTag ROUTE_LIMBS
Calculating the routing limbs


ROUTE_TARGETS

public static final ProcessListener.ProgressTag ROUTE_TARGETS
Calculating the route targets / gateways


PLUGIN

public static final ProcessListener.ProgressTag PLUGIN
(Re-) Opening plugins


SAVE_VALIDATOR

public static final ProcessListener.ProgressTag SAVE_VALIDATOR
Save validator data


SAVE_TRANSPORT

public static final ProcessListener.ProgressTag SAVE_TRANSPORT
Save transport data


GENERIC_PROCESS_1

public static final ProcessListener.ProgressTag GENERIC_PROCESS_1
A generic process, unidentified


GENERIC_PROCESS_2

public static final ProcessListener.ProgressTag GENERIC_PROCESS_2
A generic process, unidentified


GENERIC_PROCESS_3

public static final ProcessListener.ProgressTag GENERIC_PROCESS_3
A generic process, unidentified


GENERIC_PROCESS_4

public static final ProcessListener.ProgressTag GENERIC_PROCESS_4
A generic process, unidentified


GENERIC_PROCESS_5

public static final ProcessListener.ProgressTag GENERIC_PROCESS_5
A generic process, unidentified


GENERIC_PROCESS_6

public static final ProcessListener.ProgressTag GENERIC_PROCESS_6
A generic process, unidentified


GENERIC_PROCESS_7

public static final ProcessListener.ProgressTag GENERIC_PROCESS_7
A generic process, unidentified


GENERIC_PROCESS_8

public static final ProcessListener.ProgressTag GENERIC_PROCESS_8
A generic process, unidentified

Method Detail

values

public static ProcessListener.ProgressTag[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (ProcessListener.ProgressTag c : ProcessListener.ProgressTag.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static ProcessListener.ProgressTag valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified name
NullPointerException - if the argument is null