return;
// Get the enum type
String[] proptype = getEnumType( bean, property);
if( proptype == null )
throw new NotFoundException("Not an enumeration.");
String enumTypeName = (String)proptype[proptype.length-1];
RefPackage pack = getRefPackageByType( proptype );
RefEnum enumValue = null;
// next one throw InvalidNameException