//core/io.github.serpro69.kfaker.provider/Measurement
Measurement¶
[jvm]\ class Measurement : YamlFakeDataProvider<Measurement>
FakeDataProvider implementation for YamlCategory.MEASUREMENT category.
Properties¶
| Name | Summary |
|---|---|
| unique | [jvm] open override val unique: Measurement An instance of T for generating unique values |
Functions¶
| Name | Summary |
|---|---|
| clear | [jvm] fun clear(name: String) Clears used unique values for the function name of this provider. |
| clearAll | [jvm] fun clearAll() Clears all used unique values of this provider. |
| height | [jvm] fun height(): String |
| length | [jvm] fun length(): String |
| metricHeight | [jvm] fun metricHeight(): String |
| metricLength | [jvm] fun metricLength(): String |
| metricVolume | [jvm] fun metricVolume(): String |
| metricWeight | [jvm] fun metricWeight(): String |
| volume | [jvm] fun volume(): String |
| weight | [jvm] fun weight(): String |