public class ValueSpecifications extends Object
| Constructor and Description |
|---|
ValueSpecifications() |
| Modifier and Type | Method and Description |
|---|---|
static QuantitativeValue |
from(float minValue,
float maxValue,
float step) |
static Enumeration |
from(Integer... values) |
static QuantitativeValue |
from(Integer minValue,
Integer maxValue,
Integer step) |
static Enumeration |
from(String... values) |
public static QuantitativeValue from(float minValue, float maxValue, float step)
public static QuantitativeValue from(Integer minValue, Integer maxValue, Integer step)
public static Enumeration from(String... values)
public static Enumeration from(Integer... values)
Copyright © 2018. All rights reserved.