* issues.
* @return The show-destination property.
*/
public FoValue traitShowDestination(final FObj fobj,
final FoContext context) {
final PdShowDestination property = (PdShowDestination) getProperty(
FoProperty.SHOW_DESTINATION);
if (property != null) {
return property.getValue(context, fobj);
}
return PdShowDestination.getValueNoInstance();
}