public static enum DataType.ViewAggregationEnum extends Enum<DataType.ViewAggregationEnum>
| Modifier and Type | Method and Description |
|---|---|
static DataType.ViewAggregationEnum |
fromValue(String text) |
String |
toString() |
static DataType.ViewAggregationEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataType.ViewAggregationEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DataType.ViewAggregationEnum OFF
public static final DataType.ViewAggregationEnum MIN
public static final DataType.ViewAggregationEnum MAX
public static DataType.ViewAggregationEnum[] values()
for (DataType.ViewAggregationEnum c : DataType.ViewAggregationEnum.values()) System.out.println(c);
public static DataType.ViewAggregationEnum 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 nullpublic String toString()
toString in class Enum<DataType.ViewAggregationEnum>public static DataType.ViewAggregationEnum fromValue(String text)
Copyright © 2019 LeanIX GmbH. All rights reserved.