Uses of Enum Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.LinkProtectionType
Packages that use LinkProtectionType
Package
Description
-
Uses of LinkProtectionType in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120 that return LinkProtectionTypeModifier and TypeMethodDescriptionstatic @Nullable LinkProtectionType
Return the enumeration member whosegetName()
matches specified assigned name.static @Nullable LinkProtectionType
LinkProtectionType.forValue
(int intValue) Return the enumeration member whosegetIntValue()
matches specified value.LinkstateAttribute.getLinkProtection()
Return linkProtection, ornull
if it is not present.static @NonNull LinkProtectionType
Return the enumeration member whosegetName()
matches specified assigned name.static @NonNull LinkProtectionType
LinkProtectionType.ofValue
(int intValue) Return the enumeration member whosegetIntValue()
matches specified value.default @NonNull LinkProtectionType
LinkstateAttribute.requireLinkProtection()
Return linkProtection, guaranteed to be non-null.static LinkProtectionType
Returns the enum constant of this class with the specified name.static LinkProtectionType[]
LinkProtectionType.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of LinkProtectionType in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.linkstate.path.attribute.link.state.attribute.link.attributes._case
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.linkstate.path.attribute.link.state.attribute.link.attributes._case that return LinkProtectionTypeModifier and TypeMethodDescriptionLinkAttributesBuilder.getLinkProtection()
Return current value associated with the property corresponding toLinkstateAttribute.getLinkProtection()
.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.linkstate.path.attribute.link.state.attribute.link.attributes._case with parameters of type LinkProtectionTypeModifier and TypeMethodDescriptionLinkAttributesBuilder.setLinkProtection
(LinkProtectionType value) Set the property corresponding toLinkstateAttribute.getLinkProtection()
to the specified value.