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