titleCase method

String titleCase()

Implementation

String titleCase() {
  return StringUtils.capitalize(this);
}