/**
* Returns the case-title property.
* @return The case-title property.
*/
public String traitCaseTitle() {
final PdCaseTitle property = (PdCaseTitle) getProperty(
FoProperty.CASE_TITLE);
if (property != null) {
return property.getValue();
}
return WKConstants.EMPTY_STRING;
}