Revision 44844 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
78 78
   * @return an <code>int</code> indicating the size of the attribute.
79 79
   */
80 80
  public int getSize();
81
  
82
  /**
83
   * Return the required bytes to store this attribute.
84
   * 
85
   * This value is dependent of the store type.
86
   * @return 
87
   */
88
  public int getRequiredBytes();
81 89

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

Also available in: Unified diff