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