form.append( annotation.name(), new FileFormComponent( annotation.description() ) );
break;
}
case FILELIST :
{
form.append( annotation.name(), new FileListFormComponent( annotation.description() ) );
break;
}
case STRINGLIST :
{
form.append( annotation.name(), new StringListFormComponent( annotation.description() ) );