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