org.sonar.api.rules.xml
Class Property

java.lang.Object
  extended by org.sonar.api.rules.xml.Property

Deprecated.

@Deprecated
public class Property
extends Object


Constructor Summary
Property(String name, String value)
          Deprecated.  
 
Method Summary
 String getName()
          Deprecated.  
 String getValue()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Property

public Property(String name,
                String value)
Deprecated. 
Method Detail

getName

public String getName()
Deprecated. 

getValue

public String getValue()
Deprecated. 


Copyright © 2009-2012 SonarSource. All Rights Reserved.