Searched refs:generateGroupsAttribute (Results 1 – 2 of 2) sorted by relevance
132 private boolean generateGroupsAttribute = false; field in XMLReporterConfig189 return generateGroupsAttribute; in isGenerateGroupsAttribute()192 public void setGenerateGroupsAttribute(boolean generateGroupsAttribute) { in setGenerateGroupsAttribute() argument193 this.generateGroupsAttribute = generateGroupsAttribute; in setGenerateGroupsAttribute()
229 public void setGenerateGroupsAttribute(boolean generateGroupsAttribute) { in setGenerateGroupsAttribute() argument230 config.setGenerateGroupsAttribute(generateGroupsAttribute); in setGenerateGroupsAttribute()