org.apache.tools.ant.taskdefs.optional.junit

Class JUnitTask.SummaryAttribute

Enclosing Class:
JUnitTask

public static class JUnitTask.SummaryAttribute
extends EnumeratedAttribute

Print summary enumeration values.

Field Summary

Fields inherited from class org.apache.tools.ant.types.EnumeratedAttribute

value

Method Summary

boolean
asBoolean()
gives the boolean equivalent of the authorized values
String[]
getValues()
list the possible values

Methods inherited from class org.apache.tools.ant.types.EnumeratedAttribute

containsValue, getIndex, getValue, getValues, indexOfValue, setValue, toString

Method Details

asBoolean

public boolean asBoolean()
gives the boolean equivalent of the authorized values
Returns:
boolean equivalent of the value

getValues

public String[] getValues()
list the possible values
Overrides:
getValues in interface EnumeratedAttribute
Returns:
array of allowed values

Copyright © 2000-2006 Apache Software Foundation. All Rights Reserved.