public static enum BitFieldArgs.OverflowType extends Enum<BitFieldArgs.OverflowType> implements ProtocolKeyword
OVERFLOW subcommand argument.| Modifier and Type | Field and Description |
|---|---|
byte[] |
bytes |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getBytes() |
static BitFieldArgs.OverflowType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BitFieldArgs.OverflowType[] |
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, valueOfnamepublic static final BitFieldArgs.OverflowType WRAP
public static final BitFieldArgs.OverflowType SAT
public static final BitFieldArgs.OverflowType FAIL
public static BitFieldArgs.OverflowType[] values()
for (BitFieldArgs.OverflowType c : BitFieldArgs.OverflowType.values()) System.out.println(c);
public static BitFieldArgs.OverflowType 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 byte[] getBytes()
getBytes in interface ProtocolKeywordCopyright © 2021 lettuce.io. All rights reserved.