public enum JavaEEResourceType extends Enum<JavaEEResourceType>
| Enum Constant and Description |
|---|
AODD
AODD: AdministeredObjectDefinitionDescriptor
|
CFD
CFD: ConnectionFactoryDefinitionDescriptor
|
CFDPOOL
CFDPOOL: ConnectionFactoryDefinitionDescriptor Pool
|
DSD
DSD: DataSourceDefinitionDescriptor
|
DSDPOOL
DSDPOOL: DataSourceDefinitionDescriptor Pool
|
JMSCFDD
JMSCFDD: JMSConnectionFactoryDefinitionDescriptor
|
JMSCFDDPOOL
JMSCFDDPOOL: JMSConnectionFactoryDefinitionDescriptor Pool
|
JMSDD
JMSDD: JMSDestinationDefinitionDescriptor
|
MSD
MSD: MailSessionDescriptor
|
| Modifier and Type | Method and Description |
|---|---|
static JavaEEResourceType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JavaEEResourceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JavaEEResourceType MSD
public static final JavaEEResourceType DSD
public static final JavaEEResourceType DSDPOOL
public static final JavaEEResourceType CFD
public static final JavaEEResourceType CFDPOOL
public static final JavaEEResourceType JMSCFDD
public static final JavaEEResourceType JMSCFDDPOOL
public static final JavaEEResourceType JMSDD
public static final JavaEEResourceType AODD
public static JavaEEResourceType[] values()
for (JavaEEResourceType c : JavaEEResourceType.values()) System.out.println(c);
public static JavaEEResourceType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2017. All rights reserved.