public static enum J2EEManagementObjectNameFactory.EJBType extends java.lang.Enum<J2EEManagementObjectNameFactory.EJBType>
| Enum Constant and Description |
|---|
EntityBean |
MessageDrivenBean |
SingletonSessionBean |
StatefulSessionBean |
StatelessSessionBean |
| Modifier and Type | Method and Description |
|---|---|
static J2EEManagementObjectNameFactory.EJBType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static J2EEManagementObjectNameFactory.EJBType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final J2EEManagementObjectNameFactory.EJBType StatelessSessionBean
public static final J2EEManagementObjectNameFactory.EJBType StatefulSessionBean
public static final J2EEManagementObjectNameFactory.EJBType SingletonSessionBean
public static final J2EEManagementObjectNameFactory.EJBType EntityBean
public static final J2EEManagementObjectNameFactory.EJBType MessageDrivenBean
public static J2EEManagementObjectNameFactory.EJBType[] values()
for (J2EEManagementObjectNameFactory.EJBType c : J2EEManagementObjectNameFactory.EJBType.values()) System.out.println(c);
public static J2EEManagementObjectNameFactory.EJBType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null