Class DbConfig.Feature

java.lang.Object
org.dbunit.ant.DbConfig.Feature
Enclosing class:
DbConfig

public static class DbConfig.Feature extends Object
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 Details

    • Feature

      public Feature()
  • Method Details

    • getName

      public String getName()
      Returns the feature name.
      Returns:
      the feature name.
    • setName

      public void setName(String name)
      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.