java.io.Serializable, java.lang.Comparable<TransportRequestOptions.Type>public static enum TransportRequestOptions.Type extends java.lang.Enum<TransportRequestOptions.Type>
| Modifier and Type | Method | Description |
|---|---|---|
static TransportRequestOptions.Type |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static TransportRequestOptions.Type[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TransportRequestOptions.Type RECOVERY
public static final TransportRequestOptions.Type BULK
public static final TransportRequestOptions.Type REG
public static final TransportRequestOptions.Type STATE
public static final TransportRequestOptions.Type PING
public static TransportRequestOptions.Type[] values()
for (TransportRequestOptions.Type c : TransportRequestOptions.Type.values()) System.out.println(c);
public static TransportRequestOptions.Type 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 null