Uses of Enum Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.evpn.rev200120.NlriType
Packages that use NlriType
Package
Description
-
Uses of NlriType in org.opendaylight.protocol.bgp.evpn.impl.nlri
Methods in org.opendaylight.protocol.bgp.evpn.impl.nlri with parameters of type NlriTypeModifier and TypeMethodDescription -
Uses of NlriType in org.opendaylight.protocol.bgp.evpn.spi
Methods in org.opendaylight.protocol.bgp.evpn.spi with parameters of type NlriType -
Uses of NlriType in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.evpn.rev200120
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.evpn.rev200120 that return NlriTypeModifier and TypeMethodDescriptionstatic @Nullable NlriTypeReturn the enumeration member whosegetName()matches specified assigned name.static @Nullable NlriTypeNlriType.forValue(int intValue) Return the enumeration member whosegetIntValue()matches specified value.static @NonNull NlriTypeReturn the enumeration member whosegetName()matches specified assigned name.static @NonNull NlriTypeNlriType.ofValue(int intValue) Return the enumeration member whosegetIntValue()matches specified value.static NlriTypeReturns the enum constant of this class with the specified name.static NlriType[]NlriType.values()Returns an array containing the constants of this enum class, in the order they are declared.