vdoclet.ejb
Class EjbTags

java.lang.Object
  |
  +--vdoclet.ejb.EjbTags

public class EjbTags
extends Object


Field Summary
static String ABSTRACT
           
static String BASE_NAME
           
static String CMP_COLUMN
           
static String CMP_SCHEMA_NAME
           
static String CMP11_CLASS
           
static String CMR_TARGET
           
static String CMR_TARGET_MULTIPLICITY
           
static String ENTITY
           
static String KEY_CLASS
           
static String KEY_FIELD
           
static String KEY_GENERATE
           
static String LOCAL_CLASS
           
static String LOCAL_EXTENDS
           
static String LOCAL_FLAG
           
static String LOCAL_HOME_CLASS
           
static String LOCAL_HOME_JNDI
           
static String MESSAGE_DRIVEN
           
static String NAME
           
static String PERSISTENCE_TYPE
           
static String REMOTE_CLASS
           
static String REMOTE_EXTENDS
           
static String REMOTE_FLAG
           
static String REMOTE_HOME_CLASS
           
static String REMOTE_HOME_JNDI
           
static String SESSION
           
 
Constructor Summary
EjbTags()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ABSTRACT

public static final String ABSTRACT
See Also:
Constant Field Values

BASE_NAME

public static final String BASE_NAME
See Also:
Constant Field Values

CMP_SCHEMA_NAME

public static final String CMP_SCHEMA_NAME
See Also:
Constant Field Values

CMP_COLUMN

public static final String CMP_COLUMN
See Also:
Constant Field Values

CMP11_CLASS

public static final String CMP11_CLASS
See Also:
Constant Field Values

CMR_TARGET

public static final String CMR_TARGET
See Also:
Constant Field Values

CMR_TARGET_MULTIPLICITY

public static final String CMR_TARGET_MULTIPLICITY
See Also:
Constant Field Values

ENTITY

public static final String ENTITY
See Also:
Constant Field Values

KEY_CLASS

public static final String KEY_CLASS
See Also:
Constant Field Values

KEY_FIELD

public static final String KEY_FIELD
See Also:
Constant Field Values

KEY_GENERATE

public static final String KEY_GENERATE
See Also:
Constant Field Values

LOCAL_CLASS

public static final String LOCAL_CLASS
See Also:
Constant Field Values

LOCAL_EXTENDS

public static final String LOCAL_EXTENDS
See Also:
Constant Field Values

LOCAL_HOME_CLASS

public static final String LOCAL_HOME_CLASS
See Also:
Constant Field Values

LOCAL_HOME_JNDI

public static final String LOCAL_HOME_JNDI
See Also:
Constant Field Values

LOCAL_FLAG

public static final String LOCAL_FLAG
See Also:
Constant Field Values

MESSAGE_DRIVEN

public static final String MESSAGE_DRIVEN
See Also:
Constant Field Values

NAME

public static final String NAME
See Also:
Constant Field Values

PERSISTENCE_TYPE

public static final String PERSISTENCE_TYPE
See Also:
Constant Field Values

REMOTE_CLASS

public static final String REMOTE_CLASS
See Also:
Constant Field Values

REMOTE_EXTENDS

public static final String REMOTE_EXTENDS
See Also:
Constant Field Values

REMOTE_HOME_CLASS

public static final String REMOTE_HOME_CLASS
See Also:
Constant Field Values

REMOTE_HOME_JNDI

public static final String REMOTE_HOME_JNDI
See Also:
Constant Field Values

REMOTE_FLAG

public static final String REMOTE_FLAG
See Also:
Constant Field Values

SESSION

public static final String SESSION
See Also:
Constant Field Values
Constructor Detail

EjbTags

public EjbTags()