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 getValue()
           
 Boolean getValueAsBoolean()
           
 Double getValueAsDouble()
           
 Long getValueAsLong()
           
 CharacteristicProperty setKey(String s)
           
 CharacteristicProperty setValue(Boolean b)
           
 CharacteristicProperty setValue(Double d)
           
 CharacteristicProperty setValue(Long l)
           
 CharacteristicProperty setValue(String s)
           
 
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)

getValue

public String getValue()

getValueAsDouble

public Double getValueAsDouble()

getValueAsLong

public Long getValueAsLong()

getValueAsBoolean

public Boolean getValueAsBoolean()

setValue

public CharacteristicProperty setValue(String s)

setValue

public CharacteristicProperty setValue(Boolean b)

setValue

public CharacteristicProperty setValue(Long l)

setValue

public CharacteristicProperty setValue(Double d)


Copyright © 2009-2010 SonarSource. All Rights Reserved.