Revision 2081 org.gvsig.tools/library/trunk/org.gvsig.tools/org.gvsig.tools.lib/src/main/java/org/gvsig/tools/dataTypes/CoercionContextDecimal.java

View differences:

CoercionContextDecimal.java
50 50

  
51 51
  /**
52 52
   * Number of decimal digits you can have.
53
   * -1 if it has no limit.
53
   * hasScale() to false if it has no limit.
54 54
   *
55 55
   * @return
56 56
   */
57 57
  public int scale();
58 58

  
59
  public boolean hasScale();
60
  
59 61
  /**
60 62
   * Return the round mode to use.
61 63
   *

Also available in: Unified diff