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
java.lang.String getLabelForClass(java.lang.String completeClassName)
- Parameters:
completeClassName,
- the entity(class) to retrieve label
- Returns:
- the label for entity(class) identified by completeClassName
getLabelForField
java.lang.String getLabelForField(java.lang.String completeFieldName)
- Parameters:
completeFieldName
- the fieldName to retrieve label
- Returns:
- the label for field identified by completeFieldName