public static enum RequestChangeType.ServerType extends java.lang.Enum<RequestChangeType.ServerType>
| Enum Constant and Description |
|---|
CX11 |
CX11_CEPH |
CX21 |
CX21_CEPH |
CX31 |
CX31_CEPH |
CX41 |
CX41_CEPH |
CX51 |
CX51_CEPH |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
static RequestChangeType.ServerType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RequestChangeType.ServerType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RequestChangeType.ServerType CX11
public static final RequestChangeType.ServerType CX11_CEPH
public static final RequestChangeType.ServerType CX21
public static final RequestChangeType.ServerType CX21_CEPH
public static final RequestChangeType.ServerType CX31
public static final RequestChangeType.ServerType CX31_CEPH
public static final RequestChangeType.ServerType CX41
public static final RequestChangeType.ServerType CX41_CEPH
public static final RequestChangeType.ServerType CX51
public static final RequestChangeType.ServerType CX51_CEPH
public static RequestChangeType.ServerType[] values()
for (RequestChangeType.ServerType c : RequestChangeType.ServerType.values()) System.out.println(c);
public static RequestChangeType.ServerType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String toString()
toString in class java.lang.Enum<RequestChangeType.ServerType>