org.rhq.enterprise.gui.common.metric
Enum MetricComponent.TimeUnit
java.lang.Object
java.lang.Enum<MetricComponent.TimeUnit>
org.rhq.enterprise.gui.common.metric.MetricComponent.TimeUnit
- All Implemented Interfaces:
- Serializable, Comparable<MetricComponent.TimeUnit>
- Enclosing class:
- MetricComponent
public static enum MetricComponent.TimeUnit
- extends Enum<MetricComponent.TimeUnit>
MINUTES
public static final MetricComponent.TimeUnit MINUTES
HOURS
public static final MetricComponent.TimeUnit HOURS
DAYS
public static final MetricComponent.TimeUnit DAYS
values
public static MetricComponent.TimeUnit[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (MetricComponent.TimeUnit c : MetricComponent.TimeUnit.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static MetricComponent.TimeUnit valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name - the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
getDisplayName
public String getDisplayName()
getUnitByOptionToken
public static MetricComponent.TimeUnit getUnitByOptionToken(String optionListToken)
getUnitByMetricOrdinal
public static MetricComponent.TimeUnit getUnitByMetricOrdinal(int ordinal)
getMetricUntilOrdinal
public int getMetricUntilOrdinal()
Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.