Revision 44338 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/ForeingKey.java

View differences:

ForeingKey.java
28 28
    
29 29
    public boolean isForeingKey();
30 30

  
31
    public boolean isSelectable();
31
    /**
32
     * Indicates whether the foreign key reference to a closed list of values.
33
     * 
34
     * @return 
35
     */
36
    public boolean isClosedList();
32 37
    
33 38
    public String getTableName();
34 39

  
......
60 65
    public StoresRepository getStoresRepository(ContextForeingKey context);
61 66

  
62 67
    public DynObjectValueItem[] getAvailableValues(ContextForeingKey context);
68
    
69
    public String getLabelForValue(Object value);
63 70

  
64 71
    
65 72
}

Also available in: Unified diff