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