public enum ExportElementType extends Enum<ExportElementType>
| Enum Constant and Description |
|---|
ARRAY |
ARRAY_GENERAL_DATA |
GENERAL_DATA |
GRAPHIC |
LIST |
MEASUREMENT |
TREND |
| Modifier and Type | Method and Description |
|---|---|
static ExportElementType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExportElementType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExportElementType GENERAL_DATA
public static final ExportElementType MEASUREMENT
public static final ExportElementType ARRAY
public static final ExportElementType ARRAY_GENERAL_DATA
public static final ExportElementType TREND
public static final ExportElementType GRAPHIC
public static final ExportElementType LIST
public static ExportElementType[] values()
for (ExportElementType c : ExportElementType.values()) System.out.println(c);
public static ExportElementType 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 © 2021. All rights reserved.