Revision 45539 trunk/org.gvsig.desktop/org.gvsig.desktop.compat.cdc/org.gvsig.fmap.dal/org.gvsig.fmap.dal.api/src/main/java/org/gvsig/fmap/dal/feature/Feature.java

View differences:

Feature.java
210 210
   * @return value of the specified attribute
211 211
   */
212 212
  public boolean getBoolean(String name);
213
  public boolean getBooleanOrDefault(String name, boolean defaultValue);
213 214

  
214 215
  /**
215 216
   * Returns the Boolean value of an attribute given its position.
......
218 219
   * @return value of the specified attribute
219 220
   */
220 221
  public boolean getBoolean(int index);
222
  public boolean getBooleanOrDefault(int index, boolean defaultValue);
221 223

  
222 224
  /**
223 225
   * Returns the long value of an attribute given its name.

Also available in: Unified diff