public class AttributeSetterEBigDecimal extends AttributeSetter<BigDecimal>
AttributeSetter| Constructor and Description |
|---|
AttributeSetterEBigDecimal(Random random)
Creates a new AttributeSetter for BigDecimal attributes.
|
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
createNewAttribute()
Creates one attribute of type
E. |
Collection<BigDecimal> |
createNewAttributes(int maxAmount)
Creates a collection of attributes of type
E. |
getRandompublic AttributeSetterEBigDecimal(Random random)
random - Random object used to create attribute valuespublic BigDecimal createNewAttribute()
E.
The result is determined by random.createNewAttribute in class AttributeSetter<BigDecimal>public Collection<BigDecimal> createNewAttributes(int maxAmount)
E.
The result is determined by random.createNewAttributes in class AttributeSetter<BigDecimal>maxAmount - the maximum amount of attributes to createCopyright © 2017. All rights reserved.