public static class SolverAppendOption.ImportBehaviorOption extends Enum
Modifier and Type | Field and Description |
---|---|
static int |
_APPEND_MODEL |
static int |
_MERGE_WITH_EXISTING |
static SolverAppendOption.ImportBehaviorOption |
APPEND_MODEL |
static SolverAppendOption.ImportBehaviorOption |
MERGE_WITH_EXISTING |
Modifier and Type | Method and Description |
---|---|
static SolverAppendOption.ImportBehaviorOption |
valueOf(int value)
Returns the enum constant of the specified enum type with the specified value.
|
static SolverAppendOption.ImportBehaviorOption |
valueOf(String name)
Returns the enum constant of the specified enum type with the specified name.
|
static SolverAppendOption.ImportBehaviorOption[] |
values()
Returns an array that contains the values for this enum.
|
public static final SolverAppendOption.ImportBehaviorOption APPEND_MODEL
public static final SolverAppendOption.ImportBehaviorOption MERGE_WITH_EXISTING
public static final int _APPEND_MODEL
public static final int _MERGE_WITH_EXISTING
public static SolverAppendOption.ImportBehaviorOption valueOf(int value)
public static SolverAppendOption.ImportBehaviorOption valueOf(String name)
public static SolverAppendOption.ImportBehaviorOption[] values()
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.