}
return uses.size() == 0 ? null : new ReferencePatterns(uses.get(0).getAbstractName());
}
private LoginModuleControlFlag getControlFlag(String controlFlag) {
LoginModuleControlFlagEditor editor = new LoginModuleControlFlagEditor();
editor.setAsText(controlFlag);
return (LoginModuleControlFlag) editor.getValue();
}