public static enum SetWireHandler.Params extends Enum<SetWireHandler.Params> implements WireKey
| Modifier and Type | Method and Description |
|---|---|
static SetWireHandler.Params |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SetWireHandler.Params[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfcheckKeys, code, contentEquals, defaultValue, name, typepublic static final SetWireHandler.Params key
public static final SetWireHandler.Params segment
public static SetWireHandler.Params[] values()
for (SetWireHandler.Params c : SetWireHandler.Params.values()) System.out.println(c);
public static SetWireHandler.Params 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 © 2015. All rights reserved.