Uses of Enum Class
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.policy.rev151009.BgpAttributeConditions.RouteType
Package
Description
-
Uses of BgpAttributeConditions.RouteType in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.policy.rev151009
Modifier and TypeMethodDescriptionstatic @Nullable BgpAttributeConditions.RouteType
Return the enumeration member whosegetName()
matches specified assigned name.static @Nullable BgpAttributeConditions.RouteType
BgpAttributeConditions.RouteType.forValue
(int intValue) Return the enumeration member whosegetIntValue()
matches specified value.BgpAttributeConditions.getRouteType()
Return routeType, ornull
if it is not present.static @NonNull BgpAttributeConditions.RouteType
Return the enumeration member whosegetName()
matches specified assigned name.static @NonNull BgpAttributeConditions.RouteType
BgpAttributeConditions.RouteType.ofValue
(int intValue) Return the enumeration member whosegetIntValue()
matches specified value.default @NonNull BgpAttributeConditions.RouteType
BgpAttributeConditions.requireRouteType()
Return routeType, guaranteed to be non-null.Returns the enum constant of this class with the specified name.static BgpAttributeConditions.RouteType[]
BgpAttributeConditions.RouteType.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of BgpAttributeConditions.RouteType in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.policy.rev151009.routing.policy.policy.definitions.policy.definition.statements.statement.conditions
Modifier and TypeMethodDescriptionBgpConditionsBuilder.getRouteType()
Return current value associated with the property corresponding toBgpAttributeConditions.getRouteType()
.Modifier and TypeMethodDescriptionBgpConditionsBuilder.setRouteType
(BgpAttributeConditions.RouteType value) Set the property corresponding toBgpAttributeConditions.getRouteType()
to the specified value.