org.sonar.api.qualitymodel
Class CharacteristicProperty
java.lang.Object
org.sonar.api.qualitymodel.CharacteristicProperty
public final class CharacteristicProperty
- extends Object
- Since:
- 2.3
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.