public enum HitPolicyAggregation extends java.lang.Enum<HitPolicyAggregation> implements io.jmix.core.metamodel.datatype.impl.EnumClass<java.lang.String>
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
id |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getId() |
static HitPolicyAggregation |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static HitPolicyAggregation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HitPolicyAggregation SUM
public static final HitPolicyAggregation MIN
public static final HitPolicyAggregation MAX
public static final HitPolicyAggregation COUNT
public static HitPolicyAggregation[] values()
for (HitPolicyAggregation c : HitPolicyAggregation.values()) System.out.println(c);
public static HitPolicyAggregation 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 java.lang.String getId()
getId
in interface io.jmix.core.metamodel.datatype.impl.EnumClass<java.lang.String>