Uses of Enum Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.mvpn.rev200120.NlriType
Packages that use NlriType
Package
Description
-
Uses of NlriType in org.opendaylight.protocol.bgp.mvpn.impl.nlri
Methods in org.opendaylight.protocol.bgp.mvpn.impl.nlri that return NlriTypeConstructors in org.opendaylight.protocol.bgp.mvpn.impl.nlri with parameters of type NlriType -
Uses of NlriType in org.opendaylight.protocol.bgp.mvpn.spi.nlri
Methods in org.opendaylight.protocol.bgp.mvpn.spi.nlri that return NlriTypeModifier and TypeMethodDescription@NonNull NlriType
MvpnParser.getType()
Returns NlriType handled by parser.Methods in org.opendaylight.protocol.bgp.mvpn.spi.nlri with parameters of type NlriType -
Uses of NlriType in org.opendaylight.protocol.bgp.mvpn.spi.pojo.nlri
Methods in org.opendaylight.protocol.bgp.mvpn.spi.pojo.nlri with parameters of type NlriTypeModifier and TypeMethodDescription -
Uses of NlriType in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.mvpn.rev200120
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.mvpn.rev200120 that return NlriTypeModifier and TypeMethodDescriptionstatic @Nullable NlriType
Return the enumeration member whosegetName()
matches specified assigned name.static @Nullable NlriType
NlriType.forValue
(int intValue) Return the enumeration member whosegetIntValue()
matches specified value.static @NonNull NlriType
Return the enumeration member whosegetName()
matches specified assigned name.static @NonNull NlriType
NlriType.ofValue
(int intValue) Return the enumeration member whosegetIntValue()
matches specified value.static NlriType
Returns 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.