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