xdoclet.modules.ejb
Class EjbDocletTask.EjbSpecVersion

java.lang.Object
  extended by org.apache.tools.ant.types.EnumeratedAttribute
      extended by xdoclet.modules.ejb.EjbDocletTask.EjbSpecVersion
Enclosing class:
EjbDocletTask

public static class EjbDocletTask.EjbSpecVersion
extends org.apache.tools.ant.types.EnumeratedAttribute

Author:
Ara Abrahamian (ara_e@email.com)
created
July 19, 2001

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

EJB_1_1

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

EJB_2_0

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

EJB_2_1

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

EjbDocletTask.EjbSpecVersion

public EjbDocletTask.EjbSpecVersion()
Method Detail

getValues

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

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

http://xdoclet.sourceforge.net/