}
((_ResourceAllocation)ra).setArchitecture(archStr);
final VMM_Type vmm = requires.getVMM();
if (vmm != null) {
final VMM_TypeType type = vmm.getType();
if (type != null) {
final _RequiredVMM reqVMM = this.repr._newRequiredVMM();
reqVMM.setType(type.getValue());
reqVMM.setVersions(vmm.getVersion());
req.setRequiredVMM(reqVMM);
}
}