public static class EjbJar.NamingScheme extends EnumeratedAttribute
| Modifier and Type | Field and Description | 
|---|---|
| static String | BASEJARNAMENaming scheme where the generated jar is named by the basejarname
 attribute | 
| static String | DESCRIPTORNaming scheme where the generated jar name is based on the name of
 the deployment descriptor file | 
| static String | DIRECTORYNaming scheme where the generated jar name is based on the
 name of the directory containing the deployment descriptor | 
| static String | EJB_NAMENaming 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, toStringpublic 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