| Package | Description | 
|---|---|
| org.sonar.api.measures | 
| Modifier and Type | Field and Description | 
|---|---|
protected PersistenceMode | 
Measure.persistenceMode  | 
| Modifier and Type | Method and Description | 
|---|---|
PersistenceMode | 
Measure.getPersistenceMode()
Gets the persistence mode of the measure. 
 | 
static PersistenceMode | 
PersistenceMode.valueOf(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 are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Measure<G> | 
Measure.setPersistenceMode(PersistenceMode mode)
 Sets the persistence mode of a measure. 
 | 
Copyright © 2009–2015 SonarSource. All rights reserved.