Uses of Enum Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.path.computation.rev220324.ComputationStatus
Package
Description
-
Uses of ComputationStatus in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.path.computation.rev220324
Modifier and TypeMethodDescriptionstatic @Nullable ComputationStatus
Return the enumeration member whosegetName()
matches specified assigned name.static @Nullable ComputationStatus
ComputationStatus.forValue
(int intValue) Return the enumeration member whosegetIntValue()
matches specified value.ConstrainedPath.getStatus()
Return status, ornull
if it is not present.ConstrainedPathBuilder.getStatus()
Return current value associated with the property corresponding toConstrainedPath.getStatus()
.GetConstrainedPathOutput.getStatus()
Return status, ornull
if it is not present.GetConstrainedPathOutputBuilder.getStatus()
Return current value associated with the property corresponding toGetConstrainedPathOutput.getStatus()
.static @NonNull ComputationStatus
Return the enumeration member whosegetName()
matches specified assigned name.static @NonNull ComputationStatus
ComputationStatus.ofValue
(int intValue) Return the enumeration member whosegetIntValue()
matches specified value.default @NonNull ComputationStatus
ConstrainedPath.requireStatus()
Return status, guaranteed to be non-null.default @NonNull ComputationStatus
GetConstrainedPathOutput.requireStatus()
Return status, guaranteed to be non-null.static ComputationStatus
Returns the enum constant of this class with the specified name.static ComputationStatus[]
ComputationStatus.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionConstrainedPathBuilder.setStatus
(ComputationStatus value) Set the property corresponding toConstrainedPath.getStatus()
to the specified value.GetConstrainedPathOutputBuilder.setStatus
(ComputationStatus value) Set the property corresponding toGetConstrainedPathOutput.getStatus()
to the specified value. -
Uses of ComputationStatus in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.server.rev220321.pcc.configured.lsp.configured.lsp
Modifier and TypeMethodDescriptionComputedPath.getComputationStatus()
Return computationStatus, ornull
if it is not present.ComputedPathBuilder.getComputationStatus()
Return current value associated with the property corresponding toComputedPath.getComputationStatus()
.default @NonNull ComputationStatus
ComputedPath.requireComputationStatus()
Return computationStatus, guaranteed to be non-null.Modifier and TypeMethodDescriptionComputedPathBuilder.setComputationStatus
(ComputationStatus value) Set the property corresponding toComputedPath.getComputationStatus()
to the specified value.