net.sourceforge.sqlunit.ant
Class ReporterElement.LogFormatAttribute

java.lang.Object
  extended by org.apache.tools.ant.types.EnumeratedAttribute
      extended by net.sourceforge.sqlunit.ant.ReporterElement.LogFormatAttribute
Enclosing class:
ReporterElement

public static class ReporterElement.LogFormatAttribute
extends org.apache.tools.ant.types.EnumeratedAttribute

Defines the valid values for logformat attribute.

Author:
Ivan Ivanov

Field Summary
 
Fields inherited from class org.apache.tools.ant.types.EnumeratedAttribute
value
 
Constructor Summary
ReporterElement.LogFormatAttribute()
           
 
Method Summary
 java.lang.String[] getValues()
          Returns the an array of the supported reporters' names.
 
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

ReporterElement.LogFormatAttribute

public ReporterElement.LogFormatAttribute()
Method Detail

getValues

public java.lang.String[] getValues()
Returns the an array of the supported reporters' names.

Specified by:
getValues in class org.apache.tools.ant.types.EnumeratedAttribute
See Also:
EnumeratedAttribute.getValues()