comparison src/econnect/wp3_3/client/core/StiCore.java @ 31:c7701b00ca5b

fixed javadoc comment
author Sebastian Kruse <skruse@mpiwg-berlin.mpg.de>
date Thu, 29 Nov 2012 11:33:12 +0100
parents 1e95995ddbb2
children f635bbdc6a03
comparison
equal deleted inserted replaced
30:1e95995ddbb2 31:c7701b00ca5b
374 public final native boolean individualSet() /*-{ 374 public final native boolean individualSet() /*-{
375 return this.individualDataSet != null; 375 return this.individualDataSet != null;
376 }-*/; 376 }-*/;
377 377
378 /** 378 /**
379 * Getter for the type of the datasource 379 * Getter for the number of items of the datasource
380 * 380 *
381 * @param ds the index of the datasource 381 * @param ds the index of the datasource
382 * @return true if the datasource has items 382 * @return true if the datasource has items
383 */ 383 */
384 public final native boolean hasItems(int ds) /*-{ 384 public final native boolean hasItems(int ds) /*-{