Uses of Enum Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.multiprotocol.rev180329.SendReceive
Packages that use SendReceive
Package
Description
-
Uses of SendReceive in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.multiprotocol.rev180329
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.multiprotocol.rev180329 that return SendReceiveModifier and TypeMethodDescriptionstatic @Nullable SendReceiveReturn the enumeration member whosegetName()matches specified assigned name.static @Nullable SendReceiveSendReceive.forValue(int intValue) Return the enumeration member whosegetIntValue()matches specified value.BgpAddPathTableType.getSendReceive()Return sendReceive, ornullif it is not present.static @NonNull SendReceiveReturn the enumeration member whosegetName()matches specified assigned name.static @NonNull SendReceiveSendReceive.ofValue(int intValue) Return the enumeration member whosegetIntValue()matches specified value.default @NonNull SendReceiveBgpAddPathTableType.requireSendReceive()Return sendReceive, guaranteed to be non-null.static SendReceiveReturns the enum constant of this class with the specified name.static SendReceive[]SendReceive.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of SendReceive in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.multiprotocol.rev180329.mp.capabilities.add.path.capability
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.multiprotocol.rev180329.mp.capabilities.add.path.capability that return SendReceiveModifier and TypeMethodDescriptionAddressFamiliesBuilder.getSendReceive()Return current value associated with the property corresponding toBgpAddPathTableType.getSendReceive().Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.multiprotocol.rev180329.mp.capabilities.add.path.capability with parameters of type SendReceiveModifier and TypeMethodDescriptionAddressFamiliesBuilder.setSendReceive(SendReceive value) Set the property corresponding toBgpAddPathTableType.getSendReceive()to the specified value.