values static method

List<String> values()

Implementation

static List<String> values() {
  return base.getValues();
}