public enum WsRequestHandlerColumn extends Enum<WsRequestHandlerColumn>
Enum Constant and Description |
---|
CREATED
created
|
FINISHED
finished
|
ID
point id
|
MODEL_INSTANCE_ID
process id
|
OPERATION_URI
operation uri
|
REQUEST_RECEIVED
request received
|
Modifier and Type | Method and Description |
---|---|
static WsRequestHandlerColumn |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WsRequestHandlerColumn[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WsRequestHandlerColumn ID
public static final WsRequestHandlerColumn MODEL_INSTANCE_ID
public static final WsRequestHandlerColumn OPERATION_URI
public static final WsRequestHandlerColumn CREATED
public static final WsRequestHandlerColumn REQUEST_RECEIVED
public static final WsRequestHandlerColumn FINISHED
public static WsRequestHandlerColumn[] values()
for (WsRequestHandlerColumn c : WsRequestHandlerColumn.values()) System.out.println(c);
public static WsRequestHandlerColumn 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 nullCopyright © 2007-2020 Whitestein Technologies. All Rights Reserved.