this.attribute = new ShortAttribute(value);
this.info = new PrimitiveAttributeInfo(name, label, PrimitiveType.SHORT);
}
AttributeInfoPair(String name, String label, int value) {
this.attribute = new IntegerAttribute(value);
this.info = new PrimitiveAttributeInfo(name, label, PrimitiveType.INTEGER);
}