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