Package org.dbunit.ant
Class DbConfig.Feature
java.lang.Object
org.dbunit.ant.DbConfig.Feature
- Enclosing class:
DbConfig
A named boolean feature flag, as configured in the Ant <dbconfig>
task's <feature> element.
- Since:
- 2.4.0
- Version:
- $Revision$ $Date$
- Author:
- gommma (gommma AT users.sourceforge.net), Last changed by: $Author$
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Feature
public Feature()
-
-
Method Details
-
getName
Returns the feature name.- Returns:
- the feature name.
-
setName
Sets the feature name.- Parameters:
name- the feature name.
-
isValue
public boolean isValue()Returns the feature value.- Returns:
- the feature value.
-
setValue
public void setValue(boolean value) Sets the feature value.- Parameters:
value- the feature value.
-