Uses of Class
org.sonar.api.measures.PersistenceMode

Packages that use PersistenceMode
org.sonar.api.measures   
 

Uses of PersistenceMode in org.sonar.api.measures
 

Fields in org.sonar.api.measures declared as PersistenceMode
protected  PersistenceMode Measure.persistenceMode
           
 

Methods in org.sonar.api.measures that return PersistenceMode
 PersistenceMode Measure.getPersistenceMode()
          Default persistence mode is FULL, except when instantiating the measure with a String parameter.
static PersistenceMode PersistenceMode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static PersistenceMode[] PersistenceMode.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.sonar.api.measures with parameters of type PersistenceMode
 Measure Measure.setPersistenceMode(PersistenceMode mode)
           
 



Copyright © 2009 SonarSource SA. All Rights Reserved.