public enum OvhMetricNameEnum extends Enum<OvhMetricNameEnum>
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static OvhMetricNameEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OvhMetricNameEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OvhMetricNameEnum storage
public static final OvhMetricNameEnum input
public static final OvhMetricNameEnum output
public static OvhMetricNameEnum[] values()
for (OvhMetricNameEnum c : OvhMetricNameEnum.values()) System.out.println(c);
public static OvhMetricNameEnum 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 nullpublic String toString()
toString in class Enum<OvhMetricNameEnum>Copyright © 2018. All rights reserved.