Enum Class PCEPNotifications
- All Implemented Interfaces:
Serializable,Comparable<PCEPNotifications>,Constable
PCEP Notification Object Type/Value.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionClearing Auto-Bandwidth Overwhelm State.Entering Auto-Bandwidth Overwhelm State.PCC cancels a set of pending requests.PCE cancels a set of pending requests.PCE in congested state.PCE no longer in congested state.Entering resource limit exceeded state. -
Method Summary
Modifier and TypeMethodDescriptionstatic PCEPNotificationsforValue(org.opendaylight.yangtools.yang.common.Uint8 errorType, org.opendaylight.yangtools.yang.common.Uint8 errorValue) org.opendaylight.yangtools.yang.common.Uint8org.opendaylight.yangtools.yang.common.Uint8static PCEPNotificationsReturns the enum constant of this class with the specified name.static PCEPNotifications[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
PCC_CANCEL_PRENDING_REQ
PCC cancels a set of pending requests. -
PCE_CANCEL_PRENDING_REQ
PCE cancels a set of pending requests. -
PCE_CONGESTED
PCE in congested state. -
PCE_NOT_CONGESTED
PCE no longer in congested state. -
RESOURCE_LIMIT_EXCEEDED
Entering resource limit exceeded state. -
AUTO_BANDWIDTH_OVERWHELMED
Entering Auto-Bandwidth Overwhelm State. -
AUTO_BANDWIDTH_NOT_OVERWHELMED
Clearing Auto-Bandwidth Overwhelm State. -
LAST_NOTIFICATION
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
forValue
public static PCEPNotifications forValue(org.opendaylight.yangtools.yang.common.Uint8 errorType, org.opendaylight.yangtools.yang.common.Uint8 errorValue) -
getNotificationType
public org.opendaylight.yangtools.yang.common.Uint8 getNotificationType() -
getNotificationValue
public org.opendaylight.yangtools.yang.common.Uint8 getNotificationValue()
-