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