this.attribute = new LongAttribute(value);
this.info = new PrimitiveAttributeInfo(name, label, PrimitiveType.LONG);
}
AttributeInfoPair(String name, String label, float value) {
this.attribute = new FloatAttribute(value);
this.info = new PrimitiveAttributeInfo(name, label, PrimitiveType.FLOAT);
}