if (symetric == null){
Attribute attribute = new Attribute(a.getVal());
attribute.setAttributeLDAP(a.getKey());
attribute.setInputOutput(ConsoleCst.OUTPUT_ATTRIBUTE_TYPE);
for (Iterator it2 = regexps.iterator(); it2.hasNext();) {
RegExp re = (RegExp) it2.next();
if (a.getKey().equals(re.getKey())) {
attribute.setRule(re.getValue());
attribute.setIgnoreNull(re.getIgnoreNull());
}
}
r.addAttribute(attribute);
} else {
symetric.setInputOutput(ConsoleCst.INPUT_OUTPUT_ATTRIBUTE_TYPE);