public enum StrategicModelPreserveValueOption extends java.lang.Enum<StrategicModelPreserveValueOption>
| Enum Constant and Description |
|---|
PRESERVE_INPUT_VALUES
Preserves the input values of the cells which are not being imported.
|
PRESERVE_OUTPUT_VALUES
Preserves the output values of the cells which are not being imported.
|
| Modifier and Type | Method and Description |
|---|---|
static StrategicModelPreserveValueOption |
fromString(java.lang.String displayName)
Returns an instance of the enum with the specified display name.
|
java.lang.String |
getDisplayName()
Returns the display name of this enum constant, exactly as declared in
its enum declaration.
|
java.lang.String |
toString()
Returns the display name of this enum constant, as contained in the
declaration.
|
static StrategicModelPreserveValueOption |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StrategicModelPreserveValueOption[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StrategicModelPreserveValueOption PRESERVE_INPUT_VALUES
public static final StrategicModelPreserveValueOption PRESERVE_OUTPUT_VALUES
public static StrategicModelPreserveValueOption fromString(java.lang.String displayName)
displayName - user friendly namepublic java.lang.String getDisplayName()
public java.lang.String toString()
toString in class java.lang.Enum<StrategicModelPreserveValueOption>public static StrategicModelPreserveValueOption 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 nullpublic static StrategicModelPreserveValueOption[] values()
for (StrategicModelPreserveValueOption c : StrategicModelPreserveValueOption.values()) System.out.println(c);
Copyright © 2017, 2025, Oracle and/or its affiliates. All rights reserved.