public static class EjbJar.NamingScheme extends EnumeratedAttribute
| Modifier and Type | Field and Description | 
|---|---|
| static java.lang.String | BASEJARNAMENaming scheme where the generated jar is named by the basejarname
 attribute | 
| static java.lang.String | DESCRIPTORNaming scheme where the generated jar name is based on the name of
 the deployment descriptor file | 
| static java.lang.String | DIRECTORYNaming scheme where the generated jar name is based on the
 name of the directory containing the deployment descriptor | 
| static java.lang.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 | 
|---|---|
| java.lang.String[] | getValues()Gets the values of the NamingScheme | 
containsValue, getIndex, getInstance, getValue, indexOfValue, setValue, toStringpublic 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