Uses of Enum Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.ietf.stateful.rev200720.OperationalStatus
Package
Description
-
Uses of OperationalStatus in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.ietf.stateful.rev200720
Modifier and TypeMethodDescriptionstatic @Nullable OperationalStatus
Return the enumeration member whosegetName()
matches specified assigned name.static @Nullable OperationalStatus
OperationalStatus.forValue
(int intValue) Return the enumeration member whosegetIntValue()
matches specified value.Arguments1.getOperational()
Return operational, ornull
if it is not present.Arguments1Builder.getOperational()
Return current value associated with the property corresponding toArguments1.getOperational()
.Link1Builder.getOperationalStatus()
Return current value associated with the property corresponding toOperAttributes.getOperationalStatus()
.OperAttributes.getOperationalStatus()
Return operationalStatus, ornull
if it is not present.Paths1Builder.getOperationalStatus()
Return current value associated with the property corresponding toOperAttributes.getOperationalStatus()
.static @NonNull OperationalStatus
Return the enumeration member whosegetName()
matches specified assigned name.static @NonNull OperationalStatus
OperationalStatus.ofValue
(int intValue) Return the enumeration member whosegetIntValue()
matches specified value.default @NonNull OperationalStatus
Arguments1.requireOperational()
Return operational, guaranteed to be non-null.default @NonNull OperationalStatus
OperAttributes.requireOperationalStatus()
Return operationalStatus, guaranteed to be non-null.static OperationalStatus
Returns the enum constant of this class with the specified name.static OperationalStatus[]
OperationalStatus.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionArguments1Builder.setOperational
(OperationalStatus value) Set the property corresponding toArguments1.getOperational()
to the specified value.Link1Builder.setOperationalStatus
(OperationalStatus value) Set the property corresponding toOperAttributes.getOperationalStatus()
to the specified value.Paths1Builder.setOperationalStatus
(OperationalStatus value) Set the property corresponding toOperAttributes.getOperationalStatus()
to the specified value. -
Uses of OperationalStatus in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.ietf.stateful.rev200720.lsp.object
Modifier and TypeMethodDescriptionLsp.getOperational()
Return operational, ornull
if it is not present.LspBuilder.getOperational()
Return current value associated with the property corresponding toLsp.getOperational()
.default @NonNull OperationalStatus
Lsp.requireOperational()
Return operational, guaranteed to be non-null.Modifier and TypeMethodDescriptionLspBuilder.setOperational
(OperationalStatus value) Set the property corresponding toLsp.getOperational()
to the specified value.