public static enum AggregatedAuditExpression.AggregatedMode extends Enum<AggregatedAuditExpression.AggregatedMode>
| Modifier and Type | Method and Description | 
|---|---|
static AggregatedAuditExpression.AggregatedMode | 
valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static AggregatedAuditExpression.AggregatedMode[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final AggregatedAuditExpression.AggregatedMode MAX
public static final AggregatedAuditExpression.AggregatedMode MIN
public static AggregatedAuditExpression.AggregatedMode[] values()
for (AggregatedAuditExpression.AggregatedMode c : AggregatedAuditExpression.AggregatedMode.values()) System.out.println(c);
public static AggregatedAuditExpression.AggregatedMode 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 nullCopyright © 2001-2018 Red Hat, Inc. All Rights Reserved.