}
method.setMethodName(op.getMethodName());
method.setMethodDescription(op.getMethodDescription());
ApplicationType appType = method.getApplication();
if (appType == null) {
appType = method.addNewApplication();
}
appType.setParamValuesOnly(true);
ApplicationName appNameType = appType.getApplicationName();
if (appNameType == null) {
appNameType = appType.addNewApplicationName();