Uses of Enum Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.dsbenchmark.rev150105.StartTestInput.Operation
Packages that use StartTestInput.Operation
Package
Description
-
Uses of StartTestInput.Operation 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 StartTestInput.OperationModifier and TypeMethodDescriptionstatic @Nullable StartTestInput.OperationReturn the enumeration member whosegetName()matches specified assigned name.static @Nullable StartTestInput.OperationStartTestInput.Operation.forValue(int intValue) Return the enumeration member whosegetIntValue()matches specified value.StartTestInput.getOperation()Return operation, ornullif it is not present.StartTestInputBuilder.getOperation()Return current value associated with the property corresponding toStartTestInput.getOperation().static @NonNull StartTestInput.OperationReturn the enumeration member whosegetName()matches specified assigned name.static @NonNull StartTestInput.OperationStartTestInput.Operation.ofValue(int intValue) Return the enumeration member whosegetIntValue()matches specified value.default @NonNull StartTestInput.OperationStartTestInput.requireOperation()Return operation, guaranteed to be non-null.static StartTestInput.OperationReturns the enum constant of this class with the specified name.static StartTestInput.Operation[]StartTestInput.Operation.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 StartTestInput.OperationModifier and TypeMethodDescriptionStartTestInputBuilder.setOperation(StartTestInput.Operation value) Set the property corresponding toStartTestInput.getOperation()to the specified value.