public static enum JslipcResponse.JslipcCode extends Enum<JslipcResponse.JslipcCode>
Enum Constant and Description |
---|
BadRequest |
InternalError |
PipeCreated |
Modifier and Type | Method and Description |
---|---|
int |
value() |
static JslipcResponse.JslipcCode |
valueOf(int value) |
static JslipcResponse.JslipcCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JslipcResponse.JslipcCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JslipcResponse.JslipcCode PipeCreated
public static final JslipcResponse.JslipcCode BadRequest
public static final JslipcResponse.JslipcCode InternalError
public static JslipcResponse.JslipcCode[] values()
for (JslipcResponse.JslipcCode c : JslipcResponse.JslipcCode.values()) System.out.println(c);
public static JslipcResponse.JslipcCode 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 int value()
public static JslipcResponse.JslipcCode valueOf(int value)
Copyright © 2014. All Rights Reserved.