public class NumericAttributeValue extends AAttributeValue<java.lang.Double>
| Constructor and Description |
|---|
NumericAttributeValue(NumericAttributeType type)
Standard c'tor.
|
NumericAttributeValue(NumericAttributeType type,
java.lang.Double value)
C'tor setting the value of this attribute as well.
|
public NumericAttributeValue(NumericAttributeType type)
type - The type defining the domain of this numeric attribute.public NumericAttributeValue(NumericAttributeType type, java.lang.Double value)
type - The type defining the domain of this numeric attribute.value - The value this attribute takes.