public static enum EEModuleDescriptor.ModuleType extends Enum<EEModuleDescriptor.ModuleType>
Enum Constant and Description |
---|
APPLICATION_CLIENT |
CONNECTOR |
EAR |
EJB_JAR |
WEB |
Modifier and Type | Method and Description |
---|---|
static EEModuleDescriptor.ModuleType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EEModuleDescriptor.ModuleType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EEModuleDescriptor.ModuleType EAR
public static final EEModuleDescriptor.ModuleType WEB
public static final EEModuleDescriptor.ModuleType EJB_JAR
public static final EEModuleDescriptor.ModuleType APPLICATION_CLIENT
public static final EEModuleDescriptor.ModuleType CONNECTOR
public static EEModuleDescriptor.ModuleType[] values()
for (EEModuleDescriptor.ModuleType c : EEModuleDescriptor.ModuleType.values()) System.out.println(c);
public static EEModuleDescriptor.ModuleType 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 © 2008–2017. All rights reserved.