737475767778798081
final PropertyValue pv = checkKeywords(this.getValidKeywords(), value); if (pv != null) { return pv; } if (value.length() == 1) { return new DtCharacter(value.charAt(0)); } throw unexpectedValue(value, fobj); }