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