org.sonar.api.qualitymodel
Class CharacteristicProperty

java.lang.Object
  extended by org.sonar.api.qualitymodel.CharacteristicProperty

public final class CharacteristicProperty
extends Object

Since:
2.3

Method Summary
static CharacteristicProperty create(String key)
           
 Integer getId()
           
 String getKey()
           
 String getTextValue()
           
 Double getValue()
           
 Long getValueAsLong()
           
 CharacteristicProperty setKey(String s)
           
 CharacteristicProperty setTextValue(String s)
           
 CharacteristicProperty setValue(Double d)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

create

public static CharacteristicProperty create(String key)

getId

public Integer getId()

getKey

public String getKey()

setKey

public CharacteristicProperty setKey(String s)

getTextValue

public String getTextValue()

getValue

public Double getValue()

getValueAsLong

public Long getValueAsLong()

setTextValue

public CharacteristicProperty setTextValue(String s)

setValue

public CharacteristicProperty setValue(Double d)


Copyright © 2009-2012 SonarSource. All Rights Reserved.