this.attribute = new IntegerAttribute(value);
this.info = new PrimitiveAttributeInfo(name, label, PrimitiveType.INTEGER);
}
AttributeInfoPair(String name, String label, long value) {
this.attribute = new LongAttribute(value);
this.info = new PrimitiveAttributeInfo(name, label, PrimitiveType.LONG);
}