public static class EjbJar.NamingScheme extends EnumeratedAttribute
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
BASEJARNAME
Naming scheme where the generated jar is named by the basejarname
attribute
|
static java.lang.String |
DESCRIPTOR
Naming scheme where the generated jar name is based on the name of
the deployment descriptor file
|
static java.lang.String |
DIRECTORY
Naming scheme where the generated jar name is based on the
name of the directory containing the deployment descriptor
|
static java.lang.String |
EJB_NAME
Naming scheme where generated jar is determined from the ejb-name in
the deployment descriptor
|
value
Constructor and Description |
---|
NamingScheme() |
Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
getValues()
Gets the values of the NamingScheme
|
containsValue, getIndex, getInstance, getValue, indexOfValue, setValue, toString
public static final java.lang.String EJB_NAME
public static final java.lang.String DIRECTORY
public static final java.lang.String DESCRIPTOR
public static final java.lang.String BASEJARNAME
public java.lang.String[] getValues()
getValues
in class EnumeratedAttribute