public PrimitiveInfo getPrimitiveInfo(String name, int id) {
   return this.primitiveInfo.get(name)[VPFBufferedRecordData.indexFromId(id)];
 }