xdoclet.modules.jdo
Class JdoXmlMetadataSubTask.GenerationOptionTypes

java.lang.Object
  extended by org.apache.tools.ant.types.EnumeratedAttribute
      extended by xdoclet.modules.jdo.JdoXmlMetadataSubTask.GenerationOptionTypes
Enclosing class:
JdoXmlMetadataSubTask

public static class JdoXmlMetadataSubTask.GenerationOptionTypes
extends org.apache.tools.ant.types.EnumeratedAttribute

Author:
Ludovic Claude (ludovicc@users.sourceforge.net)
created
June 14, 20012

Field Summary
static java.lang.String CLASS
           
static java.lang.String PACKAGE
           
static java.lang.String PROJECT
           
 
Fields inherited from class org.apache.tools.ant.types.EnumeratedAttribute
value
 
Constructor Summary
JdoXmlMetadataSubTask.GenerationOptionTypes()
           
 
Method Summary
 java.lang.String[] getValues()
          Gets the Values attribute of the GeneratinOptionTypes object
 
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
 

Field Detail

CLASS

public static final java.lang.String CLASS
See Also:
Constant Field Values

PACKAGE

public static final java.lang.String PACKAGE
See Also:
Constant Field Values

PROJECT

public static final java.lang.String PROJECT
See Also:
Constant Field Values
Constructor Detail

JdoXmlMetadataSubTask.GenerationOptionTypes

public JdoXmlMetadataSubTask.GenerationOptionTypes()
Method Detail

getValues

public java.lang.String[] getValues()
Gets the Values attribute of the GeneratinOptionTypes object

Specified by:
getValues in class org.apache.tools.ant.types.EnumeratedAttribute
Returns:
The Values value

http://xdoclet.sourceforge.net/