public static enum Metric.Origin extends Enum<Metric.Origin>
| Modifier and Type | Method and Description |
|---|---|
static Metric.Origin |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Metric.Origin[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Metric.Origin JAV
public static final Metric.Origin GUI
public static final Metric.Origin WS
public static Metric.Origin[] values()
for (Metric.Origin c : Metric.Origin.values()) System.out.println(c);
public static Metric.Origin 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 © 2009-2012 SonarSource. All Rights Reserved.