public enum DataImportAsoDataValueOption extends java.lang.Enum<DataImportAsoDataValueOption>
| Enum Constant and Description |
|---|
IGNORE_MISSING_VALUES |
IGNORE_ZERO_AND_MISSING_VALUES |
IGNORE_ZERO_VALUES |
| Modifier and Type | Method and Description |
|---|---|
static DataImportAsoDataValueOption |
fromString(java.lang.String displayName)
Returns an instance of the enum with the specified display name.
|
static DataImportAsoDataValueOption |
getAsoDataValueOption(int dataValueOption)
Returns an instance of the enum with the specified type.
|
java.lang.String |
getDisplayName()
Returns the name of this enum constant, as contained in the
declaration.
|
int |
getIntAsoDataValueOption()
Returns the integer type of this enum constant, as contained in the
declaration.
|
java.lang.String |
toString()
Returns the display name of this enum constant, as contained in the
declaration.
|
static DataImportAsoDataValueOption |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DataImportAsoDataValueOption[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DataImportAsoDataValueOption IGNORE_MISSING_VALUES
public static final DataImportAsoDataValueOption IGNORE_ZERO_AND_MISSING_VALUES
public static final DataImportAsoDataValueOption IGNORE_ZERO_VALUES
public static DataImportAsoDataValueOption fromString(java.lang.String displayName)
displayName - user friendly namepublic static DataImportAsoDataValueOption getAsoDataValueOption(int dataValueOption)
dataValueOption - data value optionpublic java.lang.String getDisplayName()
public int getIntAsoDataValueOption()
public java.lang.String toString()
toString in class java.lang.Enum<DataImportAsoDataValueOption>public static DataImportAsoDataValueOption 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 DataImportAsoDataValueOption[] values()
for (DataImportAsoDataValueOption c : DataImportAsoDataValueOption.values()) System.out.println(c);
Copyright © 2017, 2025, Oracle and/or its affiliates. All rights reserved.