org.sonar.api.rules
Class Iso9126RulesCategories

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

public final class Iso9126RulesCategories
extends java.lang.Object


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

Field Detail

RELIABILITY

public static final RulesCategory RELIABILITY

EFFICIENCY

public static final RulesCategory EFFICIENCY

PORTABILITY

public static final RulesCategory PORTABILITY

USABILITY

public static final RulesCategory USABILITY

MAINTAINABILITY

public static final RulesCategory MAINTAINABILITY

ALL

public static final java.util.List<RulesCategory> ALL


Copyright © 2009-2010 SonarSource. All Rights Reserved.