public boolean isEnumType(String valueTypeName) {
   ValueType vt = findValueType(valueTypeName);
   return ((vt != null) && vt.isEnum());
 }