Uses of Enum Class
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.policy.types.rev151009.MatchSetOptionsType
Packages that use MatchSetOptionsType
Package
Description
- 
Uses of MatchSetOptionsType in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.policy.rev151009.bgp.match.conditionsMethods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.policy.rev151009.bgp.match.conditions that return MatchSetOptionsTypeModifier and TypeMethodDescriptionMatchAsPathSetBuilder.getMatchSetOptions()Return current value associated with the property corresponding toMatchSetOptionsGroup.getMatchSetOptions().MatchCommunitySetBuilder.getMatchSetOptions()Return current value associated with the property corresponding toMatchSetOptionsGroup.getMatchSetOptions().MatchExtCommunitySetBuilder.getMatchSetOptions()Return current value associated with the property corresponding toMatchSetOptionsGroup.getMatchSetOptions().Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.policy.rev151009.bgp.match.conditions with parameters of type MatchSetOptionsTypeModifier and TypeMethodDescriptionMatchAsPathSetBuilder.setMatchSetOptions(MatchSetOptionsType value) Set the property corresponding toMatchSetOptionsGroup.getMatchSetOptions()to the specified value.MatchCommunitySetBuilder.setMatchSetOptions(MatchSetOptionsType value) Set the property corresponding toMatchSetOptionsGroup.getMatchSetOptions()to the specified value.MatchExtCommunitySetBuilder.setMatchSetOptions(MatchSetOptionsType value) Set the property corresponding toMatchSetOptionsGroup.getMatchSetOptions()to the specified value.
- 
Uses of MatchSetOptionsType in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.policy.types.rev151009Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.policy.types.rev151009 that return MatchSetOptionsTypeModifier and TypeMethodDescriptionstatic @Nullable MatchSetOptionsTypeReturn the enumeration member whosegetName()matches specified assigned name.static @Nullable MatchSetOptionsTypeMatchSetOptionsType.forValue(int intValue) Return the enumeration member whosegetIntValue()matches specified value.static @NonNull MatchSetOptionsTypeReturn the enumeration member whosegetName()matches specified assigned name.static @NonNull MatchSetOptionsTypeMatchSetOptionsType.ofValue(int intValue) Return the enumeration member whosegetIntValue()matches specified value.static MatchSetOptionsTypeReturns the enum constant of this class with the specified name.static MatchSetOptionsType[]MatchSetOptionsType.values()Returns an array containing the constants of this enum class, in the order they are declared.
- 
Uses of MatchSetOptionsType in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.routing.policy.rev151009Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.routing.policy.rev151009 that return MatchSetOptionsTypeModifier and TypeMethodDescriptionMatchSetOptionsGroup.getMatchSetOptions()Return matchSetOptions, ornullif it is not present.default @NonNull MatchSetOptionsTypeMatchSetOptionsGroup.requireMatchSetOptions()Return matchSetOptions, guaranteed to be non-null.
- 
Uses of MatchSetOptionsType in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.odl.bgp._default.policy.rev200120.match.cluster.id.set.condition.groupingMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.odl.bgp._default.policy.rev200120.match.cluster.id.set.condition.grouping that return MatchSetOptionsTypeModifier and TypeMethodDescriptionMatchClusterIdSetConditionBuilder.getMatchSetOptions()Return current value associated with the property corresponding toMatchSetOptionsGroup.getMatchSetOptions().Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.odl.bgp._default.policy.rev200120.match.cluster.id.set.condition.grouping with parameters of type MatchSetOptionsTypeModifier and TypeMethodDescriptionMatchClusterIdSetConditionBuilder.setMatchSetOptions(MatchSetOptionsType value) Set the property corresponding toMatchSetOptionsGroup.getMatchSetOptions()to the specified value.