*/
public String getLabel() {
String s = null;
if (DcModules.get(module) != null) {
DcFieldDefinitions definitions = DcModules.get(module).getFieldDefinitions();
if (definitions != null)
s = definitions.get(getIndex()).getLabel();
}
if (s != null && s.trim().length() > 0)
return s;