Package | Description |
---|---|
org.jboss.weld.bootstrap.spi | |
org.jboss.weld.bootstrap.spi.helpers |
Modifier and Type | Method and Description |
---|---|
EEModuleDescriptor.ModuleType |
EEModuleDescriptor.getType()
Indicates which type of module this module is.
|
static EEModuleDescriptor.ModuleType |
EEModuleDescriptor.ModuleType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EEModuleDescriptor.ModuleType[] |
EEModuleDescriptor.ModuleType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
EEModuleDescriptor.ModuleType |
EEModuleDescriptorImpl.getType() |
Constructor and Description |
---|
EEModuleDescriptorImpl(String id,
EEModuleDescriptor.ModuleType moduleType) |
Copyright © 2008–2023. All rights reserved.