public class EjbJarXmlTag extends DescriptorTag
Modifier and Type | Field and Description |
---|---|
static String |
EJB_NAME
Element name 'ejb-name'.
|
static String |
ENTITY
Element name 'entity'.
|
static String |
LOCAL
Element name 'local'.
|
static String |
LOCAL_HOME
Element name 'local-home'.
|
static String |
SESSION
Element name 'session'.
|
Modifier | Constructor and Description |
---|---|
protected |
EjbJarXmlTag(DescriptorType type,
String tagName)
Constructor.
|
protected |
EjbJarXmlTag(DescriptorType type,
String tagName,
boolean isMultipleAllowed)
Constructor.
|
create, equals, getDescriptorType, getIdentifier, getImplementationClass, getTagName, getTagNamespace, hashCode, isMultipleAllowed, toString
public static final String SESSION
public static final String ENTITY
public static final String EJB_NAME
public static final String LOCAL
public static final String LOCAL_HOME
protected EjbJarXmlTag(DescriptorType type, String tagName, boolean isMultipleAllowed)
type
- Descriptor typetagName
- The tag name of the elementisMultipleAllowed
- Whether the element may occur multiple times in the descriptorprotected EjbJarXmlTag(DescriptorType type, String tagName)
type
- Descriptor typetagName
- The tag name of the elementCopyright © 2004-2013 Codehaus. All Rights Reserved.