public static enum Model.ExportFlag extends Enum<Model.ExportFlag>
| Enum Constant and Description |
|---|
CLOUD_DATASET
Will copy the first DataSet with observations only to the root of the JSON structure so it can be submitted to AgenaRisk Cloud
|
KEEP_GRAPHICS
Keep Graphics
|
KEEP_META
Keep meta, audit, names, notes and descriptions of Model, Networks and Nodes
|
KEEP_OBSERVATIONS
Keep DataSet observations
|
KEEP_RESULTS
Keep DataSet results
|
KEEP_RISK_TABLE
Keep Risk Table
|
KEEP_TABLES
Keep tables for simulation nodes
|
| Modifier and Type | Method and Description |
|---|---|
static Model.ExportFlag |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Model.ExportFlag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Model.ExportFlag KEEP_META
public static final Model.ExportFlag KEEP_RESULTS
public static final Model.ExportFlag KEEP_OBSERVATIONS
public static final Model.ExportFlag KEEP_RISK_TABLE
public static final Model.ExportFlag KEEP_GRAPHICS
public static final Model.ExportFlag KEEP_TABLES
public static final Model.ExportFlag CLOUD_DATASET
public static Model.ExportFlag[] values()
for (Model.ExportFlag c : Model.ExportFlag.values()) System.out.println(c);
public static Model.ExportFlag 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 nullCopyright © 2022. All rights reserved.