public static enum ModuleMetaData.ModuleType extends java.lang.Enum<ModuleMetaData.ModuleType>
| Modifier and Type | Method | Description |
|---|---|---|
static ModuleMetaData.ModuleType |
valueOf(java.lang.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(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullCopyright © 2018 JBoss by Red Hat. All rights reserved.