Uses of Enum Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ntfbenchmark.rev150105.StartTestInput.ProducerType
Packages that use StartTestInput.ProducerType
Package
Description
-
Uses of StartTestInput.ProducerType in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ntfbenchmark.rev150105
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ntfbenchmark.rev150105 that return StartTestInput.ProducerTypeModifier and TypeMethodDescriptionstatic @Nullable StartTestInput.ProducerTypeReturn the enumeration member whosegetName()matches specified assigned name.static @Nullable StartTestInput.ProducerTypeStartTestInput.ProducerType.forValue(int intValue) Return the enumeration member whosegetIntValue()matches specified value.StartTestInput.getProducerType()Return producerType, ornullif it is not present.StartTestInputBuilder.getProducerType()Return current value associated with the property corresponding toStartTestInput.getProducerType().static @NonNull StartTestInput.ProducerTypeReturn the enumeration member whosegetName()matches specified assigned name.static @NonNull StartTestInput.ProducerTypeStartTestInput.ProducerType.ofValue(int intValue) Return the enumeration member whosegetIntValue()matches specified value.default @NonNull StartTestInput.ProducerTypeStartTestInput.requireProducerType()Return producerType, guaranteed to be non-null.static StartTestInput.ProducerTypeReturns the enum constant of this class with the specified name.static StartTestInput.ProducerType[]StartTestInput.ProducerType.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.ntfbenchmark.rev150105 with parameters of type StartTestInput.ProducerTypeModifier and TypeMethodDescriptionStartTestInputBuilder.setProducerType(StartTestInput.ProducerType value) Set the property corresponding toStartTestInput.getProducerType()to the specified value.