com.nokia.ant.taskdefs
Class LogRecorderTask.ActionChoices

java.lang.Object
  extended by org.apache.tools.ant.types.EnumeratedAttribute
      extended by com.nokia.ant.taskdefs.LogRecorderTask.ActionChoices
Enclosing class:
LogRecorderTask

public static class LogRecorderTask.ActionChoices
extends org.apache.tools.ant.types.EnumeratedAttribute

A list of possible values for the setAction() method. Possible values include: start and stop.


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

Constructor Detail

LogRecorderTask.ActionChoices

public LogRecorderTask.ActionChoices()
Method Detail

getValues

public java.lang.String[] getValues()
Specified by:
getValues in class org.apache.tools.ant.types.EnumeratedAttribute
See Also:
EnumeratedAttribute.getValues()