com.lutris.ant.taskdefs
Class Xmlc.BooleanAttribute

java.lang.Object
  |
  +--org.apache.tools.ant.types.EnumeratedAttribute
        |
        +--com.lutris.ant.taskdefs.Xmlc.BooleanAttribute
Enclosing class:
Xmlc

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


Fields inherited from class org.apache.tools.ant.types.EnumeratedAttribute
value
 
Constructor Summary
Xmlc.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

Xmlc.BooleanAttribute

public Xmlc.BooleanAttribute()
Method Detail

getValues

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