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