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/EditableFeatureAttributeDescriptor.java

View differences:

EditableFeatureAttributeDescriptor.java
79 79
  public EditableFeatureAttributeDescriptor setDataProfileName(String dataProfile);
80 80

  
81 81
  /**
82
   * Sets the size
82
   * Sets the size.
83
   * Used for arrays (byte, char/string,...)
83 84
   *
84 85
   * @param size a size of type int
85 86
   * @return this
......
88 89
  public EditableFeatureAttributeDescriptor setSize(int size);
89 90

  
90 91
  /**
92
   * Set the required bytes to store this attribute.
93
   * 
94
   * This value is dependent of the store type.
95
   * 
96
   * @param size
97
   * @return 
98
   */
99
  public EditableFeatureAttributeDescriptor setRequiredBytes(int size);
100
  
101
  /**
91 102
   * Sets the precision
92 103
   *
93 104
   * @param precision of type int

Also available in: Unified diff