public void setMenuImplementation(Object value) throws DmcValueException {
DmcTypeMenuImplementationConfigREFSV attr = (DmcTypeMenuImplementationConfigREFSV) get(MvwDMSAG.__menuImplementation);
if (attr == null)
attr = new DmcTypeMenuImplementationConfigREFSV(MvwDMSAG.__menuImplementation);
else
attr.removeBackReferences();
attr.set(value);
set(MvwDMSAG.__menuImplementation,attr);
}