129130131132133134135
case IMGURL: attribute = new ImageUrlAttribute(value); break; } this.attribute = new StringAttribute(value); this.info = new PrimitiveAttributeInfo(name, label, type); }
134135136137138139140
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); }