public static enum IAttributeDefinition.Aggregate extends Enum<IAttributeDefinition.Aggregate>
Modifier and Type | Method and Description |
---|---|
static IAttributeDefinition.Aggregate |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IAttributeDefinition.Aggregate[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IAttributeDefinition.Aggregate Sum
public static final IAttributeDefinition.Aggregate Min
public static final IAttributeDefinition.Aggregate Max
public static final IAttributeDefinition.Aggregate Count
public static final IAttributeDefinition.Aggregate And
public static final IAttributeDefinition.Aggregate Or
public static IAttributeDefinition.Aggregate[] values()
for (IAttributeDefinition.Aggregate c : IAttributeDefinition.Aggregate.values()) System.out.println(c);
public static IAttributeDefinition.Aggregate 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 © 2015 VersionOne, Inc.. All rights reserved.