public enum VsphereEsxiAccountOrderByInput extends Enum<VsphereEsxiAccountOrderByInput>
| 限定符和类型 | 类和说明 |
|---|---|
static class |
VsphereEsxiAccountOrderByInput.Adapter |
| 枚举常量和说明 |
|---|
ID_ASC |
ID_DESC |
IP_ASC |
IP_DESC |
IS_VALID_ASC |
IS_VALID_DESC |
LOCAL_ID_ASC |
LOCAL_ID_DESC |
PORT_ASC |
PORT_DESC |
USERNAME_ASC |
USERNAME_DESC |
VSPHEREESXIACCOUNTORDERBYINPUT_UNSUPPORTED_ENUM |
| 限定符和类型 | 方法和说明 |
|---|---|
static VsphereEsxiAccountOrderByInput |
fromValue(String value) |
String |
getValue() |
String |
toString() |
static VsphereEsxiAccountOrderByInput |
valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static VsphereEsxiAccountOrderByInput[] |
values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
public static final VsphereEsxiAccountOrderByInput ID_ASC
public static final VsphereEsxiAccountOrderByInput ID_DESC
public static final VsphereEsxiAccountOrderByInput IP_ASC
public static final VsphereEsxiAccountOrderByInput IP_DESC
public static final VsphereEsxiAccountOrderByInput IS_VALID_ASC
public static final VsphereEsxiAccountOrderByInput IS_VALID_DESC
public static final VsphereEsxiAccountOrderByInput LOCAL_ID_ASC
public static final VsphereEsxiAccountOrderByInput LOCAL_ID_DESC
public static final VsphereEsxiAccountOrderByInput PORT_ASC
public static final VsphereEsxiAccountOrderByInput PORT_DESC
public static final VsphereEsxiAccountOrderByInput USERNAME_ASC
public static final VsphereEsxiAccountOrderByInput USERNAME_DESC
public static final VsphereEsxiAccountOrderByInput VSPHEREESXIACCOUNTORDERBYINPUT_UNSUPPORTED_ENUM
public static VsphereEsxiAccountOrderByInput[] values()
for (VsphereEsxiAccountOrderByInput c : VsphereEsxiAccountOrderByInput.values()) System.out.println(c);
public static VsphereEsxiAccountOrderByInput valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值public String getValue()
public String toString()
toString 在类中 Enum<VsphereEsxiAccountOrderByInput>public static VsphereEsxiAccountOrderByInput fromValue(String value)
Copyright © 2025. All rights reserved.