Statistics
| Revision:

svn-gvsig-desktop / 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 / LabelsCacheForFieldValues.java @ 47785

History | View | Annotate | Download (377 Bytes)

1 46996 jjdelcerro
/*
2
 * To change this license header, choose License Headers in Project Properties.
3
 * To change this template file, choose Tools | Templates
4
 * and open the template in the editor.
5
 */
6
package org.gvsig.fmap.dal.feature;
7
8
/**
9
 *
10
 * @author jjdelcerro
11
 */
12
public interface LabelsCacheForFieldValues {
13
14
    String getLabelForFieldValue(Feature feature, String fieldName);
15
16
}