public enum JavaEEResourceType extends Enum<JavaEEResourceType>
| Enum Constant and Description |
|---|
AODD |
CFD |
CFDPOOL |
DSD |
DSDPOOL |
JMSCFDD |
JMSCFDDPOOL |
JMSDD |
MSD
MSD: MailSessionDescriptor
DSD: DataSourceDefinitionDescriptor
DSDPOOL: DataSourceDefinitionDescriptor Pool
CFD: ConnectionFactoryDefinitionDescriptor
CFDPOOL: ConnectionFactoryDefinitionDescriptor Pool
JMSCFDD: JMSConnectionFactoryDefinitionDescriptor
JMSCFDDPOOL: JMSConnectionFactoryDefinitionDescriptor Pool
JMSDD: JMSDestinationDefinitionDescriptor
AODD: AdministeredObjectDefinitionDescriptor
|
| 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–2019 Eclipse Foundation. All rights reserved.