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