org.enhydra.ant.taskdefs
Class SQLSplitterTask.BooleanAttribute

java.lang.Object
  |
  +--org.apache.tools.ant.types.EnumeratedAttribute
        |
        +--org.enhydra.ant.taskdefs.SQLSplitterTask.BooleanAttribute
Enclosing class:
SQLSplitterTask

public static class SQLSplitterTask.BooleanAttribute
extends org.apache.tools.ant.types.EnumeratedAttribute


Fields inherited from class org.apache.tools.ant.types.EnumeratedAttribute
value
 
Constructor Summary
SQLSplitterTask.BooleanAttribute()
           
 
Method Summary
 java.lang.String[] getValues()
          Set value for Boolean parameters
 
Methods inherited from class org.apache.tools.ant.types.EnumeratedAttribute
containsValue, getIndex, getValue, indexOfValue, setValue, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SQLSplitterTask.BooleanAttribute

public SQLSplitterTask.BooleanAttribute()
Method Detail

getValues

public java.lang.String[] getValues()
Set value for Boolean parameters
Overrides:
getValues in class org.apache.tools.ant.types.EnumeratedAttribute