Revision 28375 branches/v2_0_0_prep/libraries/libGeocoding/src/org/gvsig/geocoding/address/RelationsComponent.java

View differences:

RelationsComponent.java
27 27

  
28 28
package org.gvsig.geocoding.address;
29 29

  
30
import org.gvsig.fmap.dal.feature.FeatureAttributeDescriptor;
31 30
import org.gvsig.tools.persistence.Persistent;
32 31

  
33 32
/**
34
 * Interface RelationComponent, relation between the keys of the extension (elements)
35
 * and fields of the data source
33
 * Interface RelationComponent, relation between the keys of the extension
34
 * (elements) and fields of the data source
36 35
 * 
37 36
 * @author <a href="mailto:jsanz@prodevelop.es"> Jorge Gaspar Sanz Salinas</a>
38 37
 * @author <a href="mailto:vsanjaime@prodevelop.es"> Vicente Sanjaime Calvet</a>
39 38
 */
40 39

  
41
public interface RelationsComponent extends Persistent {	
40
public interface RelationsComponent extends Persistent {
42 41

  
43 42
	/**
44 43
	 * Get key element
......
48 47
	public String getKeyElement();
49 48

  
50 49
	/**
51
	 * Get field descriptor
50
	 * Get name field descriptor
52 51
	 * 
53 52
	 * @return
54 53
	 */
55
	public FeatureAttributeDescriptor getValue();
54
	public String getValue();
56 55

  
57 56
}

Also available in: Unified diff