* help is typically a reference (eg a URL) and so should not default to a
* textual value if not set up
*/
@Override
public String getHelp() {
final HelpFacet helpFacet = getFacet(HelpFacet.class);
return helpFacet == null ? null : helpFacet.value();
}