Beispiel #1
0
 /**
  * Add <code>[in]</code> parameter as <code>IJIComObject</code> at the end of the Parameter list.
  *
  * @param comObject
  * @param FLAGS from JIFlags (if need be)
  */
 public void addInParamAsComObject(IJIComObject comObject, int FLAGS) {
   insertInParamAsComObjectAt(inParams.size(), comObject, FLAGS);
 }