Revision 44947 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/FeatureAttributeDescriptor.java

View differences:

FeatureAttributeDescriptor.java
80 80
  public int getSize();
81 81
  
82 82
  /**
83
   * Return the required bytes to store this attribute.
83
   * Return the designated column normal maximum width in characters.
84 84
   * 
85
   * This value is dependent of the store type.
86 85
   * @return 
87 86
   */
88
  public int getRequiredBytes();
87
  public int getDisplaySize();
89 88

  
90 89
  /**
91 90
   * For attributes of type {@link DataTypes#DECIMAL}, this returns the maximum

Also available in: Unified diff