private static enum P2JPostgreSQLDialect.Aggregator extends java.lang.Enum<P2JPostgreSQLDialect.Aggregator> implements Dialect.WeightAggregator
| Modifier and Type | Method and Description |
|---|---|
static P2JPostgreSQLDialect.Aggregator |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static P2JPostgreSQLDialect.Aggregator[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfaggregate, minAggregatedValuepublic static final P2JPostgreSQLDialect.Aggregator SUM
public static final P2JPostgreSQLDialect.Aggregator MAX
public static final P2JPostgreSQLDialect.Aggregator OR
public static P2JPostgreSQLDialect.Aggregator[] values()
for (P2JPostgreSQLDialect.Aggregator c : P2JPostgreSQLDialect.Aggregator.values()) System.out.println(c);
public static P2JPostgreSQLDialect.Aggregator 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 null