public class CategoricalAttributeValue extends AAttributeValue<java.lang.String>
| Constructor and Description |
|---|
CategoricalAttributeValue(ICategoricalAttributeType type)
Standard c'tor.
|
CategoricalAttributeValue(ICategoricalAttributeType type,
java.lang.String value)
C'tor setting the value of this attribute as well.
|
public CategoricalAttributeValue(ICategoricalAttributeType type)
type - The type defining the domain of this categorical attribute.public CategoricalAttributeValue(ICategoricalAttributeType type, java.lang.String value)
type - The type defining the domain of this categorical attribute.value - The value which this attribute takes.