public static enum ExtensionSelectorType.ExtensionSelectorTypes extends Enum<ExtensionSelectorType.ExtensionSelectorTypes>
| Enum Constant and Description |
|---|
BMV2_MATCH_PARAMS |
NICIRA_MATCH_ENCAP_ETH_TYPE |
NICIRA_MATCH_NSH_CH1 |
NICIRA_MATCH_NSH_CH2 |
NICIRA_MATCH_NSH_CH3 |
NICIRA_MATCH_NSH_CH4 |
NICIRA_MATCH_NSH_SI |
NICIRA_MATCH_NSH_SPI |
OFDPA_MATCH_VLAN_VID |
| Modifier and Type | Method and Description |
|---|---|
ExtensionSelectorType |
type()
Gets the extension type object for this named type code.
|
static ExtensionSelectorType.ExtensionSelectorTypes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExtensionSelectorType.ExtensionSelectorTypes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExtensionSelectorType.ExtensionSelectorTypes NICIRA_MATCH_NSH_SPI
public static final ExtensionSelectorType.ExtensionSelectorTypes NICIRA_MATCH_NSH_SI
public static final ExtensionSelectorType.ExtensionSelectorTypes NICIRA_MATCH_NSH_CH1
public static final ExtensionSelectorType.ExtensionSelectorTypes NICIRA_MATCH_NSH_CH2
public static final ExtensionSelectorType.ExtensionSelectorTypes NICIRA_MATCH_NSH_CH3
public static final ExtensionSelectorType.ExtensionSelectorTypes NICIRA_MATCH_NSH_CH4
public static final ExtensionSelectorType.ExtensionSelectorTypes NICIRA_MATCH_ENCAP_ETH_TYPE
public static final ExtensionSelectorType.ExtensionSelectorTypes OFDPA_MATCH_VLAN_VID
public static final ExtensionSelectorType.ExtensionSelectorTypes BMV2_MATCH_PARAMS
public static ExtensionSelectorType.ExtensionSelectorTypes[] values()
for (ExtensionSelectorType.ExtensionSelectorTypes c : ExtensionSelectorType.ExtensionSelectorTypes.values()) System.out.println(c);
public static ExtensionSelectorType.ExtensionSelectorTypes 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 ExtensionSelectorType type()