Uses of Enum Class
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.types.rev151009.CommunityType
Packages that use CommunityType
Package
Description
-
Uses of CommunityType in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009 that return CommunityTypeModifier and TypeMethodDescriptionBgpNeighborConfig.getSendCommunity()
Return sendCommunity, ornull
if it is not present.default @NonNull CommunityType
BgpNeighborConfig.requireSendCommunity()
Return sendCommunity, guaranteed to be non-null. -
Uses of CommunityType in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.neighbor.group
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.neighbor.group that return CommunityTypeModifier and TypeMethodDescriptionConfigBuilder.getSendCommunity()
Return current value associated with the property corresponding toBgpNeighborConfig.getSendCommunity()
.StateBuilder.getSendCommunity()
Return current value associated with the property corresponding toBgpNeighborConfig.getSendCommunity()
.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.neighbor.group with parameters of type CommunityTypeModifier and TypeMethodDescriptionConfigBuilder.setSendCommunity
(CommunityType value) Set the property corresponding toBgpNeighborConfig.getSendCommunity()
to the specified value.StateBuilder.setSendCommunity
(CommunityType value) Set the property corresponding toBgpNeighborConfig.getSendCommunity()
to the specified value. -
Uses of CommunityType in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.types.rev151009
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.types.rev151009 that return CommunityTypeModifier and TypeMethodDescriptionstatic @Nullable CommunityType
Return the enumeration member whosegetName()
matches specified assigned name.static @Nullable CommunityType
CommunityType.forValue
(int intValue) Return the enumeration member whosegetIntValue()
matches specified value.static @NonNull CommunityType
Return the enumeration member whosegetName()
matches specified assigned name.static @NonNull CommunityType
CommunityType.ofValue
(int intValue) Return the enumeration member whosegetIntValue()
matches specified value.static CommunityType
Returns the enum constant of this class with the specified name.static CommunityType[]
CommunityType.values()
Returns an array containing the constants of this enum class, in the order they are declared.