return mDeploymentOverrides;
}
protected void setDeploymentOverrides(DeploymentOverrides aParam) {
if (aParam == null) {
throw new UIMA_IllegalArgumentException(
UIMA_IllegalArgumentException.ILLEGAL_ARGUMENT,
new Object[]{"null", "aParams", "setConfigParamSettingsSets"});
}
mDeploymentOverrides = aParam;
}