Uses of Enum Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev220730.FailureType
Packages that use FailureType
Package
Description
-
Uses of FailureType in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev220730
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev220730 that return FailureTypeModifier and TypeMethodDescriptionstatic @Nullable FailureTypeReturn the enumeration member whosegetName()matches specified assigned name.static @Nullable FailureTypeFailureType.forValue(int intValue) Return the enumeration member whosegetIntValue()matches specified value.AddLspOutputBuilder.getFailure()Return current value associated with the property corresponding toOperationResult.getFailure().EnsureLspOperationalOutputBuilder.getFailure()Return current value associated with the property corresponding toOperationResult.getFailure().OperationResult.getFailure()Return failure, ornullif it is not present.RemoveLspOutputBuilder.getFailure()Return current value associated with the property corresponding toOperationResult.getFailure().TriggerSyncOutputBuilder.getFailure()Return current value associated with the property corresponding toOperationResult.getFailure().UpdateLspOutputBuilder.getFailure()Return current value associated with the property corresponding toOperationResult.getFailure().static @NonNull FailureTypeReturn the enumeration member whosegetName()matches specified assigned name.static @NonNull FailureTypeFailureType.ofValue(int intValue) Return the enumeration member whosegetIntValue()matches specified value.default @NonNull FailureTypeOperationResult.requireFailure()Return failure, guaranteed to be non-null.static FailureTypeReturns the enum constant of this class with the specified name.static FailureType[]FailureType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev220730 with parameters of type FailureTypeModifier and TypeMethodDescriptionAddLspOutputBuilder.setFailure(FailureType value) Set the property corresponding toOperationResult.getFailure()to the specified value.EnsureLspOperationalOutputBuilder.setFailure(FailureType value) Set the property corresponding toOperationResult.getFailure()to the specified value.RemoveLspOutputBuilder.setFailure(FailureType value) Set the property corresponding toOperationResult.getFailure()to the specified value.TriggerSyncOutputBuilder.setFailure(FailureType value) Set the property corresponding toOperationResult.getFailure()to the specified value.UpdateLspOutputBuilder.setFailure(FailureType value) Set the property corresponding toOperationResult.getFailure()to the specified value.