Revision 35499 branches/dal_time_support/libraries/libFMap_dal/src/org/gvsig/fmap/dal/feature/FeatureAttributeDescriptor.java

View differences:

FeatureAttributeDescriptor.java
153 153
	public Object getAdditionalInfo(String infoName);
154 154

  
155 155
	/**
156
	 * Reaturns if value is created automaticaly by the source
156
	 * Returns if value is created automatically by the source
157 157
	 */
158 158
	public boolean isAutomatic();
159 159

  
160
	/**
161
	 * Gets if the attribute is a temporal attribute.
162
	 * @return
163
	 *         <code>true</code> if is a temporal attribute
164
	 */
160 165
	public boolean isTime();  
161 166

  
162

  
167
	/**
168
	 * Gets if the attribute has a {@link FeatureAttributeGetter}.
169
	 * @return
170
	 *             a FeatureAttributeGetter or null.
171
	 */
163 172
	public FeatureAttributeGetter getFeatureAttributeGetter();
164 173
	
174
	/**
175
	 * Sets the {@link FeatureAttributeGetter} that is used to update the 
176
	 * presentation of a field.
177
	 * @param featureAttributeGetter
178
	 *             the {@link FeatureAttributeGetter} to set.
179
	 */
165 180
	public void setFeatureAttributeGetter(FeatureAttributeGetter featureAttributeGetter);
166 181
}

Also available in: Unified diff