public enum MultipartReplyFlag extends Enum<MultipartReplyFlag> implements OfpBitmapEnum
Note that prior to 1.3, this was known as "ofp_stats_flags"
| Enum Constant and Description |
|---|
REPLY_MORE
More replies to follow; Since 1.0.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getBit(ProtocolVersion pv)
Returns the bit value for the constant, under the given protocol
version.
|
String |
toDisplayString()
Returns a string representation of the constant, suitable for
presentation in a display.
|
String |
toString() |
static MultipartReplyFlag |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MultipartReplyFlag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MultipartReplyFlag REPLY_MORE
public static MultipartReplyFlag[] values()
for (MultipartReplyFlag c : MultipartReplyFlag.values()) System.out.println(c);
public static MultipartReplyFlag 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 getBit(ProtocolVersion pv)
OfpBitmapEnumgetBit in interface OfpBitmapEnumpv - the protocol versionpublic String toString()
toString in class Enum<MultipartReplyFlag>public String toDisplayString()
OfpBitmapEnumtoDisplayString in interface OfpBitmapEnumCopyright © 2014. All Rights Reserved.