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