xdoclet.modules.jdo
Class JdoDocletTask.JdoSpecVersion

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

public static class JdoDocletTask.JdoSpecVersion
extends org.apache.tools.ant.types.EnumeratedAttribute

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

Field Summary
static java.lang.String JDO_1_0
           
static java.lang.String JDO_2_0
           
 
Fields inherited from class org.apache.tools.ant.types.EnumeratedAttribute
value
 
Constructor Summary
JdoDocletTask.JdoSpecVersion()
           
 
Method Summary
 java.lang.String[] getValues()
          Gets the Values attribute of the JdoSpecVersion 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

JDO_1_0

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

JDO_2_0

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

JdoDocletTask.JdoSpecVersion

public JdoDocletTask.JdoSpecVersion()
Method Detail

getValues

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

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

http://xdoclet.sourceforge.net/