public enum af_safi extends Enum<af_safi> implements org.apache.thrift.TEnum
Enum Constant and Description |
---|
SAFI_EVPN |
SAFI_IPV4_LABELED_UNICAST |
SAFI_MPLS_VPN |
Modifier and Type | Method and Description |
---|---|
static af_safi |
findByValue(int value)
Find a the enum type by its integer value, as defined in the Thrift IDL.
|
int |
getValue()
Get the integer value of this enum value, as defined in the Thrift IDL.
|
static af_safi |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static af_safi[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final af_safi SAFI_IPV4_LABELED_UNICAST
public static final af_safi SAFI_MPLS_VPN
public static final af_safi SAFI_EVPN
public static af_safi[] values()
for (af_safi c : af_safi.values()) System.out.println(c);
public static af_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 nullpublic int getValue()
getValue
in interface org.apache.thrift.TEnum
public static af_safi findByValue(int value)
Copyright © 2019 OpenDaylight. All rights reserved.