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