Uses of Class
org.opendaylight.protocol.bmp.parser.message.PeerDownHandler.Reason
-
Packages that use PeerDownHandler.Reason Package Description org.opendaylight.protocol.bmp.parser.message -
-
Uses of PeerDownHandler.Reason in org.opendaylight.protocol.bmp.parser.message
Methods in org.opendaylight.protocol.bmp.parser.message that return PeerDownHandler.Reason Modifier and Type Method Description static PeerDownHandler.ReasonPeerDownHandler.Reason. forValue(short value)static PeerDownHandler.ReasonPeerDownHandler.Reason. valueOf(String name)Returns the enum constant of this type with the specified name.static PeerDownHandler.Reason[]PeerDownHandler.Reason. values()Returns an array containing the constants of this enum type, in the order they are declared.
-