org.sonar.plugins.findbugs.xml
Class FieldFilter

java.lang.Object
  extended by org.sonar.plugins.findbugs.xml.FieldFilter

public class FieldFilter
extends Object


Constructor Summary
FieldFilter()
           
FieldFilter(String name)
           
 
Method Summary
 String getName()
           
 String getType()
           
 void setName(String name)
           
 void setType(String type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FieldFilter

public FieldFilter()

FieldFilter

public FieldFilter(String name)
Method Detail

getName

public String getName()

setName

public void setName(String name)

getType

public String getType()

setType

public void setType(String type)


Copyright © 2009-2012 SonarSource. All Rights Reserved.