Revision 37297 branches/v2_0_0_prep/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
	 */
165
	public boolean isTime();  
166

  
167
	/**
168
	 * Gets if the attribute has a {@link FeatureAttributeGetter}.
169
	 * @return
170
	 *             a FeatureAttributeGetter or null.
171
	 */
172
	public FeatureAttributeGetter getFeatureAttributeGetter();
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
	 */
180
	public void setFeatureAttributeGetter(FeatureAttributeGetter featureAttributeGetter);
160 181
}

Also available in: Unified diff