public static enum ModuleMetaData.ModuleType extends Enum<ModuleMetaData.ModuleType>
Modifier and Type | Method and Description |
---|---|
static ModuleMetaData.ModuleType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ModuleMetaData.ModuleType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ModuleMetaData.ModuleType Connector
public static final ModuleMetaData.ModuleType Client
public static final ModuleMetaData.ModuleType Ejb
public static final ModuleMetaData.ModuleType Service
public static final ModuleMetaData.ModuleType Web
public static ModuleMetaData.ModuleType[] values()
for (ModuleMetaData.ModuleType c : ModuleMetaData.ModuleType.values()) System.out.println(c);
public static ModuleMetaData.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 © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.