org.sonar.plugins.api.rules
Class Iso9126RulesCategories

java.lang.Object
  extended by org.sonar.plugins.api.rules.Iso9126RulesCategories

public final class Iso9126RulesCategories
extends java.lang.Object


Field Summary
static java.util.List<ch.hortis.sonar.model.RulesCategory> ALL
           
static ch.hortis.sonar.model.RulesCategory EFFICIENCY
           
static ch.hortis.sonar.model.RulesCategory MAINTAINABILITY
           
static ch.hortis.sonar.model.RulesCategory PORTABILITY
           
static ch.hortis.sonar.model.RulesCategory RELIABILITY
           
static ch.hortis.sonar.model.RulesCategory USABILITY
           
 
Constructor Summary
Iso9126RulesCategories()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ALL

public static final java.util.List<ch.hortis.sonar.model.RulesCategory> ALL

EFFICIENCY

public static final ch.hortis.sonar.model.RulesCategory EFFICIENCY

MAINTAINABILITY

public static final ch.hortis.sonar.model.RulesCategory MAINTAINABILITY

PORTABILITY

public static final ch.hortis.sonar.model.RulesCategory PORTABILITY

RELIABILITY

public static final ch.hortis.sonar.model.RulesCategory RELIABILITY

USABILITY

public static final ch.hortis.sonar.model.RulesCategory USABILITY
Constructor Detail

Iso9126RulesCategories

public Iso9126RulesCategories()


Copyright © 2008-2009 SonarSource SA. All Rights Reserved.