xdoclet.ejb
Class UtilObjectSubTask.LookupKind

java.lang.Object
  |
  +--org.apache.tools.ant.types.EnumeratedAttribute
        |
        +--xdoclet.ejb.UtilObjectSubTask.LookupKind
Enclosing class:
UtilObjectSubTask

public static class UtilObjectSubTask.LookupKind
extends org.apache.tools.ant.types.EnumeratedAttribute

Author:
Ara Abrahamian (ara_e_w@yahoo.com)

Field Summary
static java.lang.String LOGICAL
           
static java.lang.String PHYSICAL
           
 
Fields inherited from class org.apache.tools.ant.types.EnumeratedAttribute
value
 
Constructor Summary
UtilObjectSubTask.LookupKind()
           
 
Method Summary
 java.lang.String[] getValues()
           
 
Methods inherited from class org.apache.tools.ant.types.EnumeratedAttribute
containsValue, getValue, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PHYSICAL

public static final java.lang.String PHYSICAL

LOGICAL

public static final java.lang.String LOGICAL
Constructor Detail

UtilObjectSubTask.LookupKind

public UtilObjectSubTask.LookupKind()
Method Detail

getValues

public java.lang.String[] getValues()
Overrides:
getValues in class org.apache.tools.ant.types.EnumeratedAttribute