public static enum Model.ExportFlags extends Enum<Model.ExportFlags>
| 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.ExportFlags |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Model.ExportFlags[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Model.ExportFlags KEEP_META
public static final Model.ExportFlags KEEP_RESULTS
public static final Model.ExportFlags KEEP_OBSERVATIONS
public static final Model.ExportFlags KEEP_RISK_TABLE
public static final Model.ExportFlags KEEP_GRAPHICS
public static final Model.ExportFlags KEEP_TABLES
public static final Model.ExportFlags CLOUD_DATASET
public static Model.ExportFlags[] values()
for (Model.ExportFlags c : Model.ExportFlags.values()) System.out.println(c);
public static Model.ExportFlags 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 © 2020. All rights reserved.