org.sonar.plugins.pmd.xml
Class PmdProperty

java.lang.Object
  extended by org.sonar.plugins.pmd.xml.PmdProperty

public class PmdProperty
extends Object


Constructor Summary
PmdProperty(String name, String value)
           
 
Method Summary
 String getCdataValue()
           
 String getName()
           
 String getValue()
           
 boolean isCdataValue()
           
 void setCdataValue(String cdataValue)
           
 void setValue(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PmdProperty

public PmdProperty(String name,
                   String value)
Method Detail

getName

public String getName()

getValue

public String getValue()

getCdataValue

public String getCdataValue()

isCdataValue

public boolean isCdataValue()

setValue

public void setValue(String value)

setCdataValue

public void setCdataValue(String cdataValue)


Copyright © 2009-2012 SonarSource. All Rights Reserved.