Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ntfbenchmark.rev150105.StartTestInput.ProducerType
-
Packages that use StartTestInput.ProducerType Package Description org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ntfbenchmark.rev150105 -
-
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.ProducerType Modifier and Type Method Description static StartTestInput.ProducerTypeStartTestInput.ProducerType. forValue(int intValue)Return the enumeration member whosegetIntValue()matches specified value.StartTestInput.ProducerTypeStartTestInput. getProducerType()Return producerType, ornullif it is not present.StartTestInput.ProducerTypeStartTestInputBuilder. getProducerType()static StartTestInput.ProducerTypeStartTestInput.ProducerType. valueOf(String name)Returns the enum constant of this type with the specified name.static StartTestInput.ProducerType[]StartTestInput.ProducerType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ntfbenchmark.rev150105 that return types with arguments of type StartTestInput.ProducerType Modifier and Type Method Description static Optional<StartTestInput.ProducerType>StartTestInput.ProducerType. forName(String name)Return the enumeration member whosegetName()matches specified value.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ntfbenchmark.rev150105 with parameters of type StartTestInput.ProducerType Modifier and Type Method Description StartTestInputBuilderStartTestInputBuilder. setProducerType(StartTestInput.ProducerType value)
-