hudson.plugins.rubyMetrics.railsStats.model
Enum RailsStatsMetrics
java.lang.Object
java.lang.Enum<RailsStatsMetrics>
hudson.plugins.rubyMetrics.railsStats.model.RailsStatsMetrics
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<RailsStatsMetrics>
public enum RailsStatsMetrics
- extends java.lang.Enum<RailsStatsMetrics>
| Methods inherited from class java.lang.Enum |
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
LINES
public static final RailsStatsMetrics LINES
LOC
public static final RailsStatsMetrics LOC
CLASSES
public static final RailsStatsMetrics CLASSES
METHODS
public static final RailsStatsMetrics METHODS
M_C
public static final RailsStatsMetrics M_C
LOC_M
public static final RailsStatsMetrics LOC_M
values
public static final RailsStatsMetrics[] values()
- Returns an array containing the constants of this enum type, in
the order they're declared. This method may be used to iterate
over the constants as follows:
for(RailsStatsMetrics c : RailsStatsMetrics.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they're declared
valueOf
public static RailsStatsMetrics valueOf(java.lang.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:
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
prettyPrint
public java.lang.String prettyPrint()
toRailsStatsMetrics
public static RailsStatsMetrics toRailsStatsMetrics(java.lang.String name)
getOrder
public int getOrder()
Copyright © 2008. All Rights Reserved.