Uses of Enum Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ntfbenchmark.rev150105.TestStatusOutput.ExecStatus
Packages that use TestStatusOutput.ExecStatus
Package
Description
-
Uses of TestStatusOutput.ExecStatus in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ntfbenchmark.rev150105
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ntfbenchmark.rev150105 that return TestStatusOutput.ExecStatusModifier and TypeMethodDescriptionstatic @Nullable TestStatusOutput.ExecStatusReturn the enumeration member whosegetName()matches specified assigned name.static @Nullable TestStatusOutput.ExecStatusTestStatusOutput.ExecStatus.forValue(int intValue) Return the enumeration member whosegetIntValue()matches specified value.TestStatusOutput.getExecStatus()Return execStatus, ornullif it is not present.TestStatusOutputBuilder.getExecStatus()Return current value associated with the property corresponding toTestStatusOutput.getExecStatus().static @NonNull TestStatusOutput.ExecStatusReturn the enumeration member whosegetName()matches specified assigned name.static @NonNull TestStatusOutput.ExecStatusTestStatusOutput.ExecStatus.ofValue(int intValue) Return the enumeration member whosegetIntValue()matches specified value.default @NonNull TestStatusOutput.ExecStatusTestStatusOutput.requireExecStatus()Return execStatus, guaranteed to be non-null.static TestStatusOutput.ExecStatusReturns the enum constant of this class with the specified name.static TestStatusOutput.ExecStatus[]TestStatusOutput.ExecStatus.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.ntfbenchmark.rev150105 with parameters of type TestStatusOutput.ExecStatusModifier and TypeMethodDescriptionTestStatusOutputBuilder.setExecStatus(TestStatusOutput.ExecStatus value) Set the property corresponding toTestStatusOutput.getExecStatus()to the specified value.