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<RulesCategory> ALL
           
static RulesCategory EFFICIENCY
           
static RulesCategory MAINTAINABILITY
           
static RulesCategory PORTABILITY
           
static RulesCategory RELIABILITY
           
static 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

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
Constructor Detail

Iso9126RulesCategories

public Iso9126RulesCategories()


Copyright © 2009 SonarSource SA. All Rights Reserved.