it.eng.qbe.utility
Interface IQbeLabelHelper
- public interface IQbeLabelHelper
- Author:
- Andrea Zoppello
This is the interface for classes that implements logic
to retrieve labels for the entities(classes) and the fields
of the datamart model
getLabelForClass
public java.lang.String getLabelForClass(java.lang.String completeClassName)
- Returns:
- the label for entity(class) identified by completeClassName
getLabelForField
public java.lang.String getLabelForField(java.lang.String completeFieldName)
- Parameters:
completeFieldName
- the fieldName to retrieve label
- Returns:
- the label for field identified by completeFieldName