Uses of Enum Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.server.rev220321.PathStatus
Packages that use PathStatus
Package
Description
-
Uses of PathStatus in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.server.rev220321
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.server.rev220321 that return PathStatusModifier and TypeMethodDescriptionstatic @Nullable PathStatusReturn the enumeration member whosegetName()matches specified assigned name.static @Nullable PathStatusPathStatus.forValue(int intValue) Return the enumeration member whosegetIntValue()matches specified value.static @NonNull PathStatusReturn the enumeration member whosegetName()matches specified assigned name.static @NonNull PathStatusPathStatus.ofValue(int intValue) Return the enumeration member whosegetIntValue()matches specified value.static PathStatusReturns the enum constant of this class with the specified name.static PathStatus[]PathStatus.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of PathStatus in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.server.rev220321.pcc.configured.lsp
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.server.rev220321.pcc.configured.lsp that return PathStatusModifier and TypeMethodDescriptionConfiguredLsp.getPathStatus()Return pathStatus, ornullif it is not present.ConfiguredLspBuilder.getPathStatus()Return current value associated with the property corresponding toConfiguredLsp.getPathStatus().default @NonNull PathStatusConfiguredLsp.requirePathStatus()Return pathStatus, guaranteed to be non-null.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.server.rev220321.pcc.configured.lsp with parameters of type PathStatusModifier and TypeMethodDescriptionConfiguredLspBuilder.setPathStatus(PathStatus value) Set the property corresponding toConfiguredLsp.getPathStatus()to the specified value.