Uses of Enum Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.dsbenchmark.rev150105.StartTestOutput.Status
Packages that use StartTestOutput.Status
Package
Description
-
Uses of StartTestOutput.Status 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 StartTestOutput.StatusModifier and TypeMethodDescriptionstatic @Nullable StartTestOutput.StatusReturn the enumeration member whosegetName()matches specified assigned name.static @Nullable StartTestOutput.StatusStartTestOutput.Status.forValue(int intValue) Return the enumeration member whosegetIntValue()matches specified value.StartTestOutput.getStatus()Return status, ornullif it is not present.StartTestOutputBuilder.getStatus()Return current value associated with the property corresponding toStartTestOutput.getStatus().static @NonNull StartTestOutput.StatusReturn the enumeration member whosegetName()matches specified assigned name.static @NonNull StartTestOutput.StatusStartTestOutput.Status.ofValue(int intValue) Return the enumeration member whosegetIntValue()matches specified value.default @NonNull StartTestOutput.StatusStartTestOutput.requireStatus()Return status, guaranteed to be non-null.static StartTestOutput.StatusReturns the enum constant of this class with the specified name.static StartTestOutput.Status[]StartTestOutput.Status.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 StartTestOutput.StatusModifier and TypeMethodDescriptionStartTestOutputBuilder.setStatus(StartTestOutput.Status value) Set the property corresponding toStartTestOutput.getStatus()to the specified value.