public static enum AnalyticFeature.ClusterFeatureAttribute extends Enum<AnalyticFeature.ClusterFeatureAttribute>
| Enum Constant and Description |
|---|
BATCH_ID |
COUNT |
GEOMETRY |
GROUP_ID |
ITERATION |
NAME |
WEIGHT |
ZOOM_LEVEL |
| Modifier and Type | Method and Description |
|---|---|
String |
attrName() |
Class<?> |
getType() |
static AnalyticFeature.ClusterFeatureAttribute |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AnalyticFeature.ClusterFeatureAttribute[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AnalyticFeature.ClusterFeatureAttribute NAME
public static final AnalyticFeature.ClusterFeatureAttribute GROUP_ID
public static final AnalyticFeature.ClusterFeatureAttribute ITERATION
public static final AnalyticFeature.ClusterFeatureAttribute GEOMETRY
public static final AnalyticFeature.ClusterFeatureAttribute WEIGHT
public static final AnalyticFeature.ClusterFeatureAttribute COUNT
public static final AnalyticFeature.ClusterFeatureAttribute ZOOM_LEVEL
public static final AnalyticFeature.ClusterFeatureAttribute BATCH_ID
public static AnalyticFeature.ClusterFeatureAttribute[] values()
for (AnalyticFeature.ClusterFeatureAttribute c : AnalyticFeature.ClusterFeatureAttribute.values()) System.out.println(c);
public static AnalyticFeature.ClusterFeatureAttribute 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 attrName()
public Class<?> getType()
Copyright © 2013–2022. All rights reserved.