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