this.attribute = new StringAttribute(value);
this.info = new PrimitiveAttributeInfo(name, label, type);
}
AttributeInfoPair(String name, String label, Date value) {
this.attribute = new DateAttribute(value);
this.info = new PrimitiveAttributeInfo(name, label, PrimitiveType.DATE);
}