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