getCategoryList method

List<String> getCategoryList()

Implementation

List<String> getCategoryList() {
  return _getList;
}