public static enum IModelProcessingListener.Type extends java.lang.Enum<IModelProcessingListener.Type>
| Enum Constant and Description |
|---|
CALCULATING
Longer running calculation on the model contents.
|
DISPOSING
Cleaning up a model.
|
INITIALIZING
Model initialization phase in case that this is not already done by
LOADING. |
LOADING
Loading a model, i.e., parsing the model definition and turning it into the internal model implementation.
|
REFRESHING
Refreshing the model contents.
|
| Modifier and Type | Method and Description |
|---|---|
static IModelProcessingListener.Type |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IModelProcessingListener.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IModelProcessingListener.Type LOADING
public static final IModelProcessingListener.Type INITIALIZING
LOADING.public static final IModelProcessingListener.Type REFRESHING
public static final IModelProcessingListener.Type CALCULATING
public static final IModelProcessingListener.Type DISPOSING
public static IModelProcessingListener.Type[] values()
for (IModelProcessingListener.Type c : IModelProcessingListener.Type.values()) System.out.println(c);
public static IModelProcessingListener.Type 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 nullCopyright © 2009 - 2018 SSE. All Rights Reserved.