public static enum ProductDaEventSamplesBatch.EnumAggregationType extends Enum<ProductDaEventSamplesBatch.EnumAggregationType>
| Enum Constant and Description |
|---|
NULL |
VALUE_CONTENT_ID |
VALUE_CONTENT_URL |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static ProductDaEventSamplesBatch.EnumAggregationType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProductDaEventSamplesBatch.EnumAggregationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProductDaEventSamplesBatch.EnumAggregationType VALUE_CONTENT_ID
public static final ProductDaEventSamplesBatch.EnumAggregationType VALUE_CONTENT_URL
public static final ProductDaEventSamplesBatch.EnumAggregationType NULL
public static ProductDaEventSamplesBatch.EnumAggregationType[] values()
for (ProductDaEventSamplesBatch.EnumAggregationType c : ProductDaEventSamplesBatch.EnumAggregationType.values()) System.out.println(c);
public static ProductDaEventSamplesBatch.EnumAggregationType 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<ProductDaEventSamplesBatch.EnumAggregationType>Copyright © 2018. All rights reserved.