public static enum UsageRoundingStrategy.AggregationLevel extends Enum<UsageRoundingStrategy.AggregationLevel>
| Modifier and Type | Method and Description |
|---|---|
static UsageRoundingStrategy.AggregationLevel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UsageRoundingStrategy.AggregationLevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UsageRoundingStrategy.AggregationLevel Seconds
public static final UsageRoundingStrategy.AggregationLevel Minutes
public static final UsageRoundingStrategy.AggregationLevel Hours
public static final UsageRoundingStrategy.AggregationLevel Days
public static UsageRoundingStrategy.AggregationLevel[] values()
for (UsageRoundingStrategy.AggregationLevel c : UsageRoundingStrategy.AggregationLevel.values()) System.out.println(c);
public static UsageRoundingStrategy.AggregationLevel 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 © 2014 BillForward. All rights reserved.