Uses of Class
org.opendaylight.netvirt.bgpmanager.oam.BgpAlarmErrorCodes
-
Packages that use BgpAlarmErrorCodes Package Description org.opendaylight.netvirt.bgpmanager.oam -
-
Uses of BgpAlarmErrorCodes in org.opendaylight.netvirt.bgpmanager.oam
Methods in org.opendaylight.netvirt.bgpmanager.oam that return BgpAlarmErrorCodes Modifier and Type Method Description static BgpAlarmErrorCodes
BgpAlarmErrorCodes. checkErrorSubcode(int subcode)
static BgpAlarmErrorCodes
BgpAlarmErrorCodes. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static BgpAlarmErrorCodes[]
BgpAlarmErrorCodes. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-