xdoclet.modules.bea.wls.ejb
Class WebLogicSubTask.CreateTablesType

java.lang.Object
  extended by org.apache.tools.ant.types.EnumeratedAttribute
      extended by xdoclet.modules.bea.wls.ejb.WebLogicSubTask.CreateTablesType
Enclosing class:
WebLogicSubTask

public static class WebLogicSubTask.CreateTablesType
extends org.apache.tools.ant.types.EnumeratedAttribute

created
30 july 2004

Field Summary
static java.lang.String ALTER_OR_CREATE
           
static java.lang.String CREATE_ONLY
           
static java.lang.String DISABLED
           
static java.lang.String DROP_AND_CREATE
           
static java.lang.String DROP_AND_CREATE_ALWAYS
           
static java.lang.String FALSE
           
static java.lang.String TRUE
           
 
Fields inherited from class org.apache.tools.ant.types.EnumeratedAttribute
value
 
Constructor Summary
WebLogicSubTask.CreateTablesType()
           
 
Method Summary
 java.lang.String[] getValues()
          Gets the Values attribute of the createTables 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

FALSE

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

TRUE

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

DISABLED

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

CREATE_ONLY

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

DROP_AND_CREATE

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

DROP_AND_CREATE_ALWAYS

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

ALTER_OR_CREATE

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

WebLogicSubTask.CreateTablesType

public WebLogicSubTask.CreateTablesType()
Method Detail

getValues

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

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

http://xdoclet.sourceforge.net/