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