Uses of Enum Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.mvpn.rev200120.NlriType
Package
Description
-
Uses of NlriType in org.opendaylight.protocol.bgp.mvpn.impl.nlri
-
Uses of NlriType in org.opendaylight.protocol.bgp.mvpn.spi.nlri
Modifier and TypeMethodDescription@NonNull NlriType
MvpnParser.getType()
Returns NlriType handled by parser. -
Uses of NlriType in org.opendaylight.protocol.bgp.mvpn.spi.pojo.nlri
Modifier and TypeMethodDescription -
Uses of NlriType in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.mvpn.rev200120
Modifier 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.