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