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