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, ornullif it is not present.default @NonNull CommunityTypeBgpNeighborConfig.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 CommunityTypeReturn the enumeration member whosegetName()matches specified assigned name.static @Nullable CommunityTypeCommunityType.forValue(int intValue) Return the enumeration member whosegetIntValue()matches specified value.static @NonNull CommunityTypeReturn the enumeration member whosegetName()matches specified assigned name.static @NonNull CommunityTypeCommunityType.ofValue(int intValue) Return the enumeration member whosegetIntValue()matches specified value.static CommunityTypeReturns 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.